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

Function nextLocalStorage

test/parallel/test-webstorage.js:14–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12tmpdir.refresh();
13
14function nextLocalStorage() {
15 return join(tmpdir.path, `${++cnt}.localstorage`);
16}
17
18test('Storage instances cannot be created in userland', async () => {
19 const cp = await spawnPromisified(process.execPath, [

Callers 1

test-webstorage.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…