()
| 264 | const { runPromise } = makeRuntime(Service, AppNodeBuilder.build(node)) |
| 265 | |
| 266 | export async function waitForDependencies() { |
| 267 | await runPromise((svc) => svc.waitForDependencies()) |
| 268 | } |
| 269 | |
| 270 | export async function get() { |
| 271 | return runPromise((svc) => svc.get()) |
nothing calls this directly
no test coverage detected