Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jackwener/OpenCLI
/ log
Function
log
scripts/fetch-adapters.js:33–35 ·
view source on GitHub ↗
(msg)
Source
from the content-addressed store, hash-verified
31
const
BUILTIN_CLIS = join(PACKAGE_ROOT,
'clis'
);
32
33
function
log(msg) {
34
console.log(`[opencli] ${msg}`);
35
}
36
37
function
getPackageVersion() {
38
try {
Callers
1
fetchAdapters
Function · 0.85
Calls
1
log
Method · 0.80
Tested by
no test coverage detected