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

Function getAll

test/store_test.js:75–81  ·  view source on GitHub ↗
(expect, s, fillObj)

Source from the content-addressed store, hash-verified

73 strictEqual(ret, s || store, "transact should return this");
74 }
75 function getAll(expect, s, fillObj) {
76 if (fillObj) {
77 deepEqual((s || store).getAll(fillObj), expect, "getAll(fillObj)");
78 } else {
79 deepEqual((s || store)(), expect, "getAll");
80 }
81 }
82 function keys(expect, s, fillList) {
83 var _keys = (s || store).keys(fillList);
84 for (var i=0,m=expect.length; i<m; i++) {

Callers 3

clearFunction · 0.70
clearAllFunction · 0.70
store_test.jsFile · 0.70

Calls 1

getAllMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…