(input: RunRuntimeInput, state: RuntimeState)
| 137 | } |
| 138 | |
| 139 | function hasSession(input: RunRuntimeInput, state: RuntimeState) { |
| 140 | return !input.resolveSession || !!state.sessionID |
| 141 | } |
| 142 | |
| 143 | function eagerStream(input: RunRuntimeInput, ctx: BootContext) { |
| 144 | return ctx.resume === true || !input.resolveSession || !!input.demo |
no outgoing calls
no test coverage detected