| 1 | import Instance from "../entity/instance/instance"; |
| 2 | import * as protocol from "../service/protocol"; |
| 3 | import { routerApp } from "../service/router"; |
| 4 | import InstanceSubsystem from "../service/system_instance"; |
nothing calls this directly
no test coverage detected