Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/github-tools/github
/ assertArray
Function
assertArray
test/helpers/callbacks.js:44–49 ·
view source on GitHub ↗
(done)
Source
from the content-addressed store, hash-verified
42
}
43
44
export
function
assertArray(done) {
45
return
assertSuccessful(done,
function
isArray(err, result) {
46
expect(result).to.be.an.array();
47
done();
48
});
49
}
Callers
2
user.spec.js
File · 0.90
organization.spec.js
File · 0.90
Calls
1
assertSuccessful
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…