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

Function formatValue

lib/utilities/print-command.js:100–102  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

98}
99
100function formatValue(val) {
101 return val === '' ? '""' : val;
102}

Callers 2

print-command.jsFile · 0.85
formatTypeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…