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

Function fileMapTokens

lib/models/blueprint.js:722–722  ·  view source on GitHub ↗

Hook to add additional or override existing fileMap tokens. Use `fileMapTokens` to add custom fileMap tokens for use in the `mapFile` method. The hook must return an object in the following pattern: ```js { __token__(options){ // logic to determine value goes here

()

Source from the content-addressed store, hash-verified

720 @return {Object|null}
721 */
722 fileMapTokens() {},
723
724 /**
725 @private

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…