Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReviewStage/stage-cli
/ isGitHubRemote
Function
isGitHubRemote
packages/cli/src/github/repo.ts:22–24 ·
view source on GitHub ↗
(originUrl: string | null)
Source
from the content-addressed store, hash-verified
20
}
21
22
export
function
isGitHubRemote(originUrl: string | null): boolean {
23
return
parseGitHubRepo(originUrl) !== null;
24
}
Callers
1
github.test.ts
File · 0.85
Calls
1
parseGitHubRepo
Function · 0.85
Tested by
no test coverage detected