Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/chavyleung/scripts
/ log
Function
log
zsfc/zsfc.treasure.js:524–524 ·
view source on GitHub ↗
(message)
Source
from the content-addressed store, hash-verified
522
523
// 定义 log 方法,用于输出日志
524
const
log = (message) => console.log(message);
525
526
// 定义 done 方法,用于结束任务
527
const
done = (value = {}) => $done(value);
Callers
nothing calls this directly
Calls
1
log
Method · 0.45
Tested by
no test coverage detected