Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/arcxingye/EatKano
/ toStr
Function
toStr
static/index.js:488–494 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
486
}
487
488
function
toStr(obj) {
489
if
(typeof obj ===
'object'
) {
490
return
JSON.stringify(obj);
491
}
else
{
492
return
obj;
493
}
494
}
495
496
function
cookie(name, value, time) {
497
if
(name) {
Callers
1
cookie
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected