Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dmno-dev/bumpy
/ isGhAvailable
Function
isGhAvailable
packages/bumpy/src/core/github-release.ts:132–134 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
130
}
131
132
export
function
isGhAvailable(): boolean {
133
return
tryRunArgs([
'gh'
,
'--version'
]) !== null;
134
}
135
136
// ---- Draft release / publish tracking system ----
137
Callers
4
runPublishFlow
Function · 0.90
createIndividualReleases
Function · 0.85
findReleaseByTag
Function · 0.85
findStaleDraftReleases
Function · 0.85
Calls
1
tryRunArgs
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…