MCPcopy
hub / github.com/MadAppGang/dingo / stubGenerator

Struct stubGenerator

pkg/codegen/expr.go:192–192  ·  view source on GitHub ↗

stubGenerator is a placeholder for unimplemented codegens

Source from the content-addressed store, hash-verified

190
191// stubGenerator is a placeholder for unimplemented codegens
192type stubGenerator struct{}
193
194func (s *stubGenerator) Generate() ast.CodeGenResult {
195 return ast.CodeGenResult{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected