Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/skygragon/leetcode-cli
/ cb
Function
cb
lib/commands/plugin.js:81–87 ·
view source on GitHub ↗
(e, p)
Source
from the content-addressed store, hash-verified
79
80
if
(argv.install) {
81
const
cb =
function
(e, p) {
82
if
(e)
return
log.fatal(e);
83
p.help();
84
p.save();
85
Plugin.init();
86
print();
87
};
88
89
if
(name) {
90
Plugin.install(name, cb);
Callers
15
plugin.js
File · 0.85
doTask
Function · 0.85
initPlugins
Function · 0.85
core.js
File · 0.85
helper.js
File · 0.85
onTaskDone
Function · 0.85
doTask
Function · 0.85
exportSubmission
Function · 0.85
cache.js
File · 0.85
retry.js
File · 0.85
getCategory
Function · 0.85
leetcode.js
File · 0.85
Calls
1
print
Function · 0.85
Tested by
no test coverage detected