MCPcopy Index your code
hub / github.com/anomalyco/opencode / list

Function list

packages/core/src/git.ts:435–438  ·  view source on GitHub ↗
(args: string[])

Source from the content-addressed store, hash-verified

433 maximumUntrackedFileBytes?: number
434 }) {
435 const list = (args: string[]) =>
436 repositoryOperation("refresh", input.repository, args).pipe(
437 Effect.map((result) => result.text.split("\0").filter(Boolean)),
438 )
439 const [tracked, untracked] = yield* Effect.all(
440 [
441 list(["diff-files", "--name-only", "-z", "--", input.scope]),

Callers 3

git.tsFile · 0.70
layerFunction · 0.50
read-filesystem.tsFile · 0.50

Calls

no outgoing calls

Tested by 1

layerFunction · 0.40