MCPcopy
hub / github.com/dosco/graphjin / compilerContext

Struct compilerContext

core/internal/psql/query.go:33–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33type compilerContext struct {
34 md *Metadata
35 w *bytes.Buffer
36 qc *qcode.QCode
37 isJSON bool
38 err error
39 *Compiler
40}
41
42type Variables map[string]json.RawMessage
43

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected