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

Method idle

lib/PooledResource.js:39–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37 }
38
39 idle() {
40 this.lastIdleTime = Date.now();
41 this.state = PooledResourceStateEnum.IDLE;
42 }
43
44 returning() {
45 this.state = PooledResourceStateEnum.RETURNING;

Calls

no outgoing calls

Tested by

no test coverage detected