MCPcopy Index your code
hub / github.com/cli/cli / TestCamelCase

Function TestCamelCase

pkg/cmd/project/shared/queries/queries_test.go:677–682  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

675}
676
677func TestCamelCase(t *testing.T) {
678 assert.Equal(t, "camelCase", camelCase("camelCase"))
679 assert.Equal(t, "camelCase", camelCase("CamelCase"))
680 assert.Equal(t, "c", camelCase("C"))
681 assert.Equal(t, "", camelCase(""))
682}

Callers

nothing calls this directly

Calls 2

camelCaseFunction · 0.85
EqualMethod · 0.80

Tested by

no test coverage detected