Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/di-sukharev/opencommit
/ resolveCommand
Function
resolveCommand
out/cli.cjs:1277–1279 ·
view source on GitHub ↗
(parsed)
Source
from the content-addressed store, hash-verified
1275
return
resolved;
1276
}
1277
function
resolveCommand(parsed) {
1278
return
resolveCommandAttempt(parsed) || resolveCommandAttempt(parsed, true);
1279
}
1280
module2.exports = resolveCommand;
1281
}
1282
});
Callers
1
detectShebang
Function · 0.85
Calls
1
resolveCommandAttempt
Function · 0.85
Tested by
no test coverage detected