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

Method CloudEngineClient

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

Return a client connected to a cloud engine. If bool return is false, the local engine should be used. Session attachables for the returned client will be proxied back to the calling client.

(
		ctx context.Context,
		module string,
		function string,
		execCmd []string,
	)

Source from the content-addressed store, hash-verified

177
178 // Return a client connected to a cloud engine. If bool return is false, the local engine should be used. Session attachables for the returned client will be proxied back to the calling client.
179 CloudEngineClient(
180 ctx context.Context,
181 module string,
182 function string,

Callers 2

tryRunCheckScaleOutMethod · 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