fork of https://github.com/sourcegraph/zoekt
1queryString: test server
2query: (and substr:"test" substr:"server")
3targetRank: 1
4
5**github.com/golang/go/src/net/http/httptest/server.go**
626:type Server struct {
7105:func NewServer(handler http.Handler) *Server {
8117:func NewUnstartedServer(handler http.Handler) *Server {
9hidden 62 more line matches
10
11github.com/golang/go/src/net/rpc/server.go
12188:type Server struct {
13656:type ServerCodec interface {
14197:func NewServer() *Server {
15hidden 104 more line matches
16
17github.com/sourcegraph/cody-public-snapshot/vscode/test/fixtures/mock-server.ts
18126: const server = app.listen(SERVER_PORT, () => {
1919:const SERVER_PORT = 49300
2021:export const SERVER_URL = 'http://localhost:49300'
21hidden 24 more line matches
22
23github.com/golang/go/src/net/http/server.go
242617:type Server struct {
25256: server *Server
262925:type serverHandler struct {
27hidden 180 more line matches
28
29github.com/sourcegraph/sourcegraph-public-snapshot/cmd/gitserver/server/server.go
30132:type Server struct {
312:package server
32741:func (s *Server) serverContext() (context.Context, context.CancelFunc) {
33hidden 166 more line matches
34
35github.com/sourcegraph/sourcegraph-public-snapshot/cmd/frontend/graphqlbackend/testing.go
3646:type Test struct {
3779:func RunTest(t *testing.T, test *Test) {
3858:func RunTests(t *testing.T, tests []*Test) {
39hidden 27 more line matches
40
41hidden 494 more file matches