Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/strongloop/loopback
/ count
Function
count
test/memory.test.js:37–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
35
], count);
36
37
function
count() {
38
Product.count(
function
(err, count) {
39
assert.equal(count, 3);
40
41
done();
42
});
43
}
44
});
45
});
Callers
nothing calls this directly
Calls
1
done
Function · 0.50
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…