MCPcopy
hub / github.com/dagger/dagger / persistedModuleSourceLazyCodeGenerator

Struct persistedModuleSourceLazyCodeGenerator

core/modulesource.go:578–580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

576}
577
578type persistedModuleSourceLazyCodeGenerator struct {
579 sdk *persistedModuleSourceLazySDK
580}
581
582var _ CodeGenerator = persistedModuleSourceLazyCodeGenerator{}
583

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected