| 32 | } |
| 33 | |
| 34 | type EngineFlags struct { |
| 35 | sam bool |
| 36 | vam bool |
| 37 | Runtime exec.Runtime |
| 38 | } |
| 39 | |
| 40 | type Flags struct { |
| 41 | // these memory limits should be based on a shared resource model |
nothing calls this directly
no outgoing calls
no test coverage detected