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

Interface ReadBumpFilesOptions

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

Source from the content-addressed store, hash-verified

32}
33
34export interface ReadBumpFilesOptions {
35 /**
36 * Channel names whose `.bumpy/<name>/` subdirectories should also be read.
37 * Files from those dirs get their `channel` field set; root files don't.
38 */
39 channels?: string[];
40}
41
42/** Read all bump files from .bumpy/ (and optionally channel subdirs), sorted by git creation order */
43export async function readBumpFiles(rootDir: string, opts: ReadBumpFilesOptions = {}): Promise<ReadBumpFilesResult> {

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…