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

Function __foo__

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

Source from the content-addressed store, hash-verified

125 blueprint.fileMapTokens = function () {
126 return {
127 __foo__() {
128 return 'foo';
129 },
130 };
131 };
132 let tokens = blueprint._fileMapTokens();

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…