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

Function itemAdded

lib/internal/inspector/webstorage.js:58–68  ·  view source on GitHub ↗
(key, value, isLocalStorage)

Source from the content-addressed store, hash-verified

56};
57
58function itemAdded(key, value, isLocalStorage) {
59 DOMStorage.domStorageItemAdded({
60 key,
61 newValue: value,
62 storageId: {
63 securityOrigin: '',
64 isLocalStorage,
65 storageKey: getStorageKey(),
66 },
67 });
68}
69
70function itemUpdated(key, oldValue, newValue, isLocalStorage) {
71 DOMStorage.domStorageItemUpdated({

Callers 2

setItemMethod · 0.85
setItemMethod · 0.85

Calls 1

getStorageKeyFunction · 0.85

Tested by

no test coverage detected