MCPcopy Index your code
hub / github.com/ddopson/underscore-cli / formatter

Function formatter

lib/formatter.js:382–385  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

380 ctx.cr = config.cr;
381
382 var formatter = function (value) {
383 ctx.seen = [];
384 return ""+formatValue(ctx, value, ctx.maxDepth);
385 };
386 formatter.withConfig = withConfig;
387 formatter.ctx = ctx;
388 formatter.config = config;

Callers

nothing calls this directly

Calls 1

formatValueFunction · 0.85

Tested by

no test coverage detected