Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/anomalyco/opencode
/ github-remote.test.ts
File
github-remote.test.ts
packages/opencode/test/cli/github-remote.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ test, expect } from
"bun:test"
2
import
{ parseGitHubRemote } from
"../../src/cli/cmd/github"
3
4
test(
"parses https URL with .git suffix"
, () => {
Callers
nothing calls this directly
Calls
2
test
Function · 0.85
parseGitHubRemote
Function · 0.85
Tested by
no test coverage detected