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

Function filepath

packages/arctic/src/file/ripgrep.ts:203–206  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

201 })
202
203 export async function filepath() {
204 const { filepath } = await state()
205 return filepath
206 }
207
208 export async function* files(input: { cwd: string; glob?: string[] }) {
209 const args = [await filepath(), "--files", "--follow", "--hidden", "--glob=!.git/*"]

Callers 2

filesFunction · 0.85
searchFunction · 0.85

Calls 1

stateFunction · 0.85

Tested by

no test coverage detected