MCPcopy 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

appendFunction · 0.85
prompt.tsFile · 0.85

Calls 1

createMethod · 0.45

Tested by

no test coverage detected