Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arctic-cli/interface
/ clone
Function
clone
packages/arctic/src/util/log.ts:152–154 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
150
return
result
151
},
152
clone() {
153
return
Log.create({ ...tags })
154
},
155
time(message: string, extra?: Record<string, any>) {
156
const
now = Date.now()
157
result.info(message, { status:
"started"
, ...extra })
Callers
2
append
Function · 0.85
prompt.ts
File · 0.85
Calls
1
create
Method · 0.45
Tested by
no test coverage detected