MCPcopy Create free account
hub / github.com/EvoMap/evolver / enter

Function enter

test/assetStore.filelock.test.js:20–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18 let active = 0;
19 let maxActive = 0;
20 const enter = () => {
21 active += 1;
22 if (active > maxActive) maxActive = active;
23 };
24 const leave = () => {
25 active -= 1;
26 };

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected