MCPcopy
hub / github.com/dagger/dagger / AsCodeGenerator

Method AsCodeGenerator

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

Transform the SDK into a CodeGenerator if it implements it.

()

Source from the content-addressed store, hash-verified

333
334 // Transform the SDK into a CodeGenerator if it implements it.
335 AsCodeGenerator() (CodeGenerator, bool)
336
337 // Transform the SDK into a ClientGenerator if it implements it.
338 AsClientGenerator() (ClientGenerator, bool)

Callers 3

CodegenMethod · 0.65
EncodePersistedObjectMethod · 0.65
runCodegenMethod · 0.65

Implementers 5

moduleSourceAttachTestSDKcore/modulesource_test.go
persistedModuleSourceLazySDKcore/modulesource.go
goSDKcore/sdk/go_sdk.go
dangSDKcore/sdk/dang_sdk.go
modulecore/sdk/module.go

Calls

no outgoing calls

Tested by

no test coverage detected