MCPcopy Create free account
hub / github.com/github/copilot-sdk / TestVersionedBinaryPath

Function TestVersionedBinaryPath

go/internal/embeddedcli/embeddedcli_test.go:130–136  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

128}
129
130func TestVersionedBinaryPath(t *testing.T) {
131 got := versionedBinaryPath("/tmp", "copilot.exe", "1.0.0")
132 want := filepath.Join("/tmp", "copilot_1.0.0.exe")
133 if got != want {
134 t.Fatalf("versionedBinaryPath() = %q want %q", got, want)
135 }
136}

Callers

nothing calls this directly

Calls 1

versionedBinaryPathFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…