MCPcopy Create free account
hub / github.com/ember-cli/ember-cli / fileMapTokens

Function fileMapTokens

tests/integration/models/blueprint-test.js:51–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49 },
50
51 fileMapTokens() {
52 fileMapTokensCalled = true;
53 return this._super.fileMapTokens.apply(this, arguments);
54 },
55
56 filesPath(/* opts */) {
57 filesPathCalled = true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…