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

Function lintTree

tests/unit/broccoli/default-packager/tests-test.js:109–111  ·  view source on GitHub ↗
(type, tree)

Source from the content-addressed store, hash-verified

107 // files as the input tree, but the contents will be
108 // different
109 lintTree(type, tree) {
110 return stew.map(tree, (string) => string.toUpperCase());
111 },
112 },
113 ],
114 };

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…