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

Function srcPath

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

@method srcPath @param {String} file @return {String} Resolved path to the file

(file)

Source from the content-addressed store, hash-verified

284 @return {String} Resolved path to the file
285 */
286 srcPath(file) {
287 return path.resolve(this.filesPath(this.options), file);
288 },
289
290 /**
291 Hook for normalizing entity name

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…