MCPcopy Create free account
hub / github.com/TanStack/cli / AttributedFile

Interface AttributedFile

packages/create/src/types.ts:313–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311}
312
313export interface AttributedFile {
314 content: string
315 provenance: FileProvenance
316 lineAttributions: Array<LineAttribution>
317}
318
319export interface DependencyAttribution {
320 name: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected