Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ember-cli/ember-cli
/ use
Function
use
tests/unit/tasks/server/middleware/tests-server-test.js:20–24 ·
view source on GitHub ↗
(callback)
Source
from the content-addressed store, hash-verified
18
};
19
app = {
20
use(callback) {
21
return
callback(mockRequest, null,
function
() {
22
nextWasCalled = true;
23
});
24
},
25
};
26
});
27
Callers
1
bootstrap.js
File · 0.85
Calls
1
callback
Function · 0.85
Tested by
no test coverage detected