MCPcopy Create free account
hub / github.com/Rich-Harris/magic-string / UniqueSource

Interface UniqueSource

src/Bundle.ts:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26interface UniqueSource {
27 filename: string
28 content: string
29}
30
31export interface BundledSourceFileRecord {
32 filename: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected