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

Function isNotSourceMapFile

lib/tasks/server/livereload-server.js:26–28  ·  view source on GitHub ↗
(file)

Source from the content-addressed store, hash-verified

24}
25
26function isNotSourceMapFile(file) {
27 return !/\.map$/.test(file);
28}
29
30function readSSLandCert(sslKey, sslCert) {
31 if (!fs.existsSync(sslKey)) {

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…