MCPcopy Index your code
hub / github.com/Effect-TS/effect / ejectDefaultScopeClose

Function ejectDefaultScopeClose

packages/platform/src/HttpApp.ts:137–139  ·  view source on GitHub ↗
(scope: Scope.Scope)

Source from the content-addressed store, hash-verified

135 * @category Scope
136 */
137export const ejectDefaultScopeClose = (scope: Scope.Scope): void => {
138 ejectedScopes.add(scope)
139}
140
141/**
142 * @since 1.0.0

Callers 1

unsafeEjectStreamScopeFunction · 0.85

Calls 1

addMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…