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