MCPcopy
hub / github.com/nbubna/store / remove

Function remove

test/store_test.js:107–110  ·  view source on GitHub ↗
(key, expect, s)

Source from the content-addressed store, hash-verified

105 });
106 }
107 function remove(key, expect, s) {
108 equal((s || store).remove(key), expect, "remove '"+key+"'");
109 get(key, null, s);
110 }
111 function clear(s) {
112 equal((s || store).clear(), s || store, "clear");
113 getAll({}, s);

Callers 1

store_test.jsFile · 0.85

Calls 2

getFunction · 0.85
removeMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…