Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
_destroy
Method · 0.80
_testOnBorrow
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected