MCPcopy
hub / github.com/skygragon/leetcode-cli / printLine

Function printLine

lib/commands/submit.js:37–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35}
36
37function printLine() {
38 const args = Array.from(arguments);
39 const actual = args.shift();
40 const line = util.format.apply(util, args);
41 log.info(' ' + h.prettyText(' ' + line, actual.ok));
42}
43
44cmd.handler = function(argv) {
45 session.argv = argv;

Callers 1

submit.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected