MCPcopy 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.jsFile · 0.85

Calls 1

callbackFunction · 0.85

Tested by

no test coverage detected