MCPcopy Create free account
hub / github.com/dmno-dev/bumpy / ReadBumpFilesResult

Interface ReadBumpFilesResult

packages/bumpy/src/core/bump-file.ts:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29export interface ReadBumpFilesResult {
30 bumpFiles: BumpFile[];
31 errors: string[];
32}
33
34export interface ReadBumpFilesOptions {
35 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…