MCPcopy Create free account
hub / github.com/bufbuild/buf / testExt

Function testExt

private/pkg/normalpath/normalpath_windows_test.go:158–160  ·  view source on GitHub ↗
(t *testing.T, expected string, input string)

Source from the content-addressed store, hash-verified

156}
157
158func testExt(t *testing.T, expected string, input string) {
159 assert.Equal(t, expected, Ext(input))
160}
161
162func TestJoin(t *testing.T) {
163 t.Parallel()

Callers 1

TestExtFunction · 0.70

Calls 1

ExtFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…