MCPcopy
hub / github.com/nodeca/pica / PoolResource

Interface PoolResource

src/pool.ts:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3// Acquired items
4export interface PoolResource<T> {
5 value: T
6 release: () => void
7}
8
9// Internal storage format
10interface PoolResourceDescriptor<T> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…