MCPcopy Create free account
hub / github.com/coopernurse/node-pool / invalidate

Method invalidate

lib/PooledResource.js:31–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29 }
30
31 invalidate() {
32 this.state = PooledResourceStateEnum.INVALID;
33 }
34
35 test() {
36 this.state = PooledResourceStateEnum.VALIDATION;

Callers 2

_destroyMethod · 0.80
_testOnBorrowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected