MCPcopy Index your code
hub / github.com/loopbackio/loopback-next / release

Method release

extensions/pooling/src/pooling.ts:73–73  ·  view source on GitHub ↗

* To be called right before the resource is released to the pool. If it * fails, the resource will be destroyed from the pool. This method should be * used to clean up the resource to be returned.

()

Source from the content-addressed store, hash-verified

71 * used to clean up the resource to be returned.
72 */
73 release?(): ValueOrPromise<void>;
74}
75
76/**

Callers 3

releaseFunction · 0.65
releaseMethod · 0.65

Implementers 3

ExpensiveResourceextensions/pooling/src/__tests__/accep
ExpensiveResourceWithHooksextensions/pooling/src/__tests__/accep
PoolingServiceextensions/pooling/src/pooling.ts

Calls

no outgoing calls

Tested by

no test coverage detected