Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
22
function
printLine(k, v) {
23
log.printf(
'%-20s %s'
, k, v);
24
}
25
26
function
getVersion() {
27
let
version = require(
'../../package.json'
).version;
Callers
1
version.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected