Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/systemjs/systemjs
/ reporter
Function
reporter
test/fixtures/tla/depc.js:7–10 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
5
var
expected = [
'c'
,
'b'
,
'c'
,
'b'
,
'a'
,
'a'
,
'main'
,
'main'
];
6
var
failed = false;
7
function
reporter (name) {
8
if
(expected[state++] !== name)
9
failed = true;
10
}
11
_export(
'reporter'
, reporter);
12
13
return
{
Callers
4
depc.js
File · 0.85
depa.js
File · 0.85
main.js
File · 0.85
depb.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…