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

Function _treePathFor

lib/models/addon.js:544–550  ·  view source on GitHub ↗
(treeName)

Source from the content-addressed store, hash-verified

542 },
543
544 _treePathFor(treeName) {
545 let treePath = this.treePaths[treeName];
546 let absoluteTreePath = path.join(this.root, treePath);
547 let normalizedAbsoluteTreePath = path.normalize(absoluteTreePath);
548
549 return ensurePosixPath(normalizedAbsoluteTreePath);
550 },
551
552 /**
553 Returns a given type of tree (if present), merged with the

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…