MCPcopy
hub / github.com/dagger/dagger / codeGeneratorModule

Struct codeGeneratorModule

core/sdk/module_code_generator.go:13–15  ·  view source on GitHub ↗

A SDK module that implements the `CodeGenerator` interface

Source from the content-addressed store, hash-verified

11
12// A SDK module that implements the `CodeGenerator` interface
13type codeGeneratorModule struct {
14 mod *module
15}
16
17func (sdk *codeGeneratorModule) Codegen(
18 ctx context.Context,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected