MCPcopy Create free account
hub / github.com/Effect-TS/effect / activeSize

Function activeSize

packages/effect/src/Pool.ts:605–607  ·  view source on GitHub ↗
(self: Pool<A, E>)

Source from the content-addressed store, hash-verified

603}
604
605const activeSize = <A, E>(self: Pool<A, E>) => {
606 return self.state.items.size - self.state.invalidated.size
607}
608
609// -----------------------------------------------------------------------------
610// Strategy

Callers 2

Pool.tsFile · 0.85
resizeLoopFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected