MCPcopy Create free account
hub / github.com/arctic-cli/interface / files

Function files

packages/arctic/src/file/index.ts:148–156  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

146
147 return {
148 async files() {
149 if (!fetching) {
150 fn({
151 files: [],
152 dirs: [],
153 })
154 }
155 return cache
156 },
157 }
158 })
159

Callers

nothing calls this directly

Calls 1

fnFunction · 0.70

Tested by

no test coverage detected