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

Function printLine

lib/commands/version.js:22–24  ·  view source on GitHub ↗
(k, v)

Source from the content-addressed store, hash-verified

20};
21
22function printLine(k, v) {
23 log.printf('%-20s %s', k, v);
24}
25
26function getVersion() {
27 let version = require('../../package.json').version;

Callers 1

version.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected