MCPcopy Index your code
hub / github.com/nodejs/node / nextLocalStorage

Function nextLocalStorage

benchmark/webstorage/removeItem.js:10–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8tmpdir.refresh();
9
10function nextLocalStorage() {
11 return join(tmpdir.path, `${++cnt}.localstorage`);
12}
13
14const options = {
15 flags: [`--localstorage-file=${nextLocalStorage()}`],

Callers 1

removeItem.jsFile · 0.70

Calls 1

joinFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…