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

Interface BumpFileParseResult

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

Source from the content-addressed store, hash-verified

130}
131
132export interface BumpFileParseResult {
133 bumpFile: BumpFile | null;
134 errors: string[];
135}
136
137/** Parse bump file content (for testing) */
138export function parseBumpFile(content: string, id: string): BumpFileParseResult {

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…