MCPcopy Create free account
hub / github.com/easydiffusion/easydiffusion / pp

Function pp

ui/plugins/ui/jasmine/jasmine.js:6940–6944  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

6938 customObjectFormatters = customObjectFormatters || []
6939
6940 const pp = function(value) {
6941 const prettyPrinter = new SinglePrettyPrintRun(customObjectFormatters, pp)
6942 prettyPrinter.format(value)
6943 return prettyPrinter.stringParts.join("")
6944 }
6945
6946 pp.customFormat_ = function(value) {
6947 return customFormat(value, customObjectFormatters)

Callers 6

EnvFunction · 0.70
jasmine.jsFile · 0.70
jasmineToStringMethod · 0.70
formatKeyValuePairsFunction · 0.70

Calls 1

formatMethod · 0.95

Tested by

no test coverage detected