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

Function replacement

lib/utilities/ember-app-utils.js:162–164  ·  view source on GitHub ↗
(config)

Source from the content-addressed store, hash-verified

160 {
161 match: /{{\s?rootURL\s?}}/g,
162 replacement(config) {
163 return normalizeUrl(config.rootURL);
164 },
165 },
166 {
167 match: /{{\s?EMBER_ENV\s?}}/g,

Callers

nothing calls this directly

Calls 3

normalizeUrlFunction · 0.85
convertObjectToStringFunction · 0.85
contentForFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…