MCPcopy Index your code
hub / github.com/dagger/dagger / Server

Method Server

core/query.go:108–108  ·  view source on GitHub ↗

The DagQL server for the current client's session

(context.Context)

Source from the content-addressed store, hash-verified

106
107 // The DagQL server for the current client's session
108 Server(context.Context) (*dagql.Server, error)
109
110 // Mix in this http endpoint+handler to the current client's session
111 MuxEndpoint(context.Context, string, http.Handler) error

Callers 15

CurrentDagqlServerFunction · 0.65
EvaluateMethod · 0.65
EvaluateMethod · 0.65
loadLLMRouterFunction · 0.65
BuildMethod · 0.65
GenerateClientMethod · 0.65
CodegenMethod · 0.65
RuntimeMethod · 0.65
baseWithCodegenMethod · 0.65
baseMethod · 0.65
getUnixSocketSelectorMethod · 0.65

Implementers 3

mockServercore/telemetry_test.go
currentTypeDefsTestServercore/schema/test_server_test.go
Serverengine/server/server.go

Calls

no outgoing calls

Tested by

no test coverage detected