| 27 | ) |
| 28 | |
| 29 | type Program struct { |
| 30 | snapshot *snapshot |
| 31 | program *compiler.Program |
| 32 | host Host |
| 33 | |
| 34 | // Testing data |
| 35 | testingData *TestingData |
| 36 | } |
| 37 | |
| 38 | var _ compiler.ProgramLike = (*Program)(nil) |
| 39 |
nothing calls this directly
no outgoing calls
no test coverage detected