MCPcopy Create free account
hub / github.com/GNOME/gjs / printCommand

Function printCommand

modules/script/_bootstrap/debugger.js:427–430  ·  view source on GitHub ↗
(rest)

Source from the content-addressed store, hash-verified

425}
426
427function printCommand(rest) {
428 var [expr, style] = splitPrintOptions(rest, {pretty: options.pretty});
429 return doPrint(expr, style);
430}
431printCommand.summary = 'Prints the given expression';
432printCommand.helpText = `USAGE
433 print[/pretty|p|brief|b] <expr>

Callers

nothing calls this directly

Calls 2

splitPrintOptionsFunction · 0.85
doPrintFunction · 0.85

Tested by

no test coverage detected