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

Method RequiredClientGenerationFiles

core/sdk.go:40–40  ·  view source on GitHub ↗

* RequiredClientGenerationFiles returns the list of files that are required from the host to generate the client. Note: this function is optional and may not be implemented by the SDK. It's only useful if the client generator needs files from the host while generating the client. This

(ctx context.Context)

Source from the content-addressed store, hash-verified

38 ````
39 */
40 RequiredClientGenerationFiles(ctx context.Context) (dagql.Array[dagql.String], error)
41
42 /*
43 Generate client binding for the module and its dependencies at the given

Callers 3

runClientGeneratorMethod · 0.65
invokeFunction · 0.65

Implementers 5

goSDKcore/sdk/go_sdk.go
dangSDKcore/sdk/dang_sdk.go
clientGeneratorModulecore/sdk/module_client_generator.go
TypescriptSdksdk/typescript/runtime/main.go

Calls

no outgoing calls

Tested by

no test coverage detected