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

Function relativePath

lib/tasks/server/livereload-server.js:22–24  ·  view source on GitHub ↗
(patch)

Source from the content-addressed store, hash-verified

20}
21
22function relativePath(patch) {
23 return patch[1];
24}
25
26function isNotSourceMapFile(file) {
27 return !/\.map$/.test(file);

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…