Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/acode/cli
/ save
Method
save
cli/config.js:119–122 ·
view source on GitHub ↗
(key, value, log)
Source
from the content-addressed store, hash-verified
117
}
118
119
save (key, value, log) {
120
this.set(key, value, log);
121
return
this.write()[key];
122
}
123
124
}
125
Callers
2
setAccessToken
Method · 0.80
run
Method · 0.80
Calls
2
set
Method · 0.95
write
Method · 0.95
Tested by
no test coverage detected