Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
100
function
formatValue(val) {
101
return
val ===
''
?
'""'
: val;
102
}
Callers
2
print-command.js
File · 0.85
formatType
Function · 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…