MCPcopy Index your code
hub / github.com/dmno-dev/bumpy / channelNames

Function channelNames

packages/bumpy/src/core/channels.ts:67–69  ·  view source on GitHub ↗
(config: BumpyConfig)

Source from the content-addressed store, hash-verified

65
66/** Names of all configured channels (used as `.bumpy/` subdirectory names) */
67export function channelNames(config: BumpyConfig): string[] {
68 return Object.keys(config.channels || {});
69}
70
71/** Absolute path of a channel's shipped-bump-files directory */
72export function getChannelDir(rootDir: string, channelName: string): string {

Callers 13

channels.test.tsFile · 0.90
statusCommandFunction · 0.90
channelStatusFunction · 0.90
versionCommandFunction · 0.90
channelVersionFunction · 0.90
ciCheckCommandFunction · 0.90
ciPlanCommandFunction · 0.90
ciReleaseCommandFunction · 0.90
ciChannelReleaseFunction · 0.90
publishChannelFunction · 0.90
publishSnapshotFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…