()
| 3227 | [core.ScopeTypeId]: core.ScopeTypeId, |
| 3228 | [core.CloseableScopeTypeId]: core.CloseableScopeTypeId, |
| 3229 | pipe() { |
| 3230 | return pipeArguments(this, arguments) |
| 3231 | }, |
| 3232 | fork(this: ScopeImpl, strategy) { |
| 3233 | return core.sync(() => { |
| 3234 | const newScope = scopeUnsafeMake(strategy) |
no test coverage detected
searching dependent graphs…