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

Function getStorageKey

lib/internal/inspector/webstorage.js:104–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102}
103
104function getStorageKey() {
105 const localStorageFile = getOptionValue('--localstorage-file');
106 const resolvedAbsolutePath = path.resolve(localStorageFile);
107 return 'file://' + resolvedAbsolutePath;
108}
109
110module.exports = {
111 InspectorLocalStorage,

Callers 4

itemAddedFunction · 0.85
itemUpdatedFunction · 0.85
itemRemovedFunction · 0.85
itemsClearedFunction · 0.85

Calls 2

getOptionValueFunction · 0.85
resolveMethod · 0.45

Tested by

no test coverage detected