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

Function bumpLevel

packages/bumpy/src/types.ts:12–14  ·  view source on GitHub ↗
(type: BumpType)

Source from the content-addressed store, hash-verified

10};
11
12export function bumpLevel(type: BumpType): number {
13 return BUMP_LEVELS[type];
14}
15
16export function maxBump(a: BumpType | undefined, b: BumpType): BumpType {
17 if (!a) return b;

Callers 3

assembleReleasePlanFunction · 0.90
shouldTriggerFunction · 0.90
maxBumpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…