MCPcopy 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
22export function isGitHubRemote(originUrl: string | null): boolean {
23 return parseGitHubRepo(originUrl) !== null;
24}

Callers 1

github.test.tsFile · 0.85

Calls 1

parseGitHubRepoFunction · 0.85

Tested by

no test coverage detected