MCPcopy Create free account
hub / github.com/cli/cli / Test_isPerHostOnly

Function Test_isPerHostOnly

pkg/cmd/config/set/set_test.go:224–228  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

222}
223
224func Test_isPerHostOnly(t *testing.T) {
225 assert.True(t, isPerHostOnly("api_host"))
226 assert.False(t, isPerHostOnly("editor"))
227 assert.False(t, isPerHostOnly("unknown"))
228}

Callers

nothing calls this directly

Calls 1

isPerHostOnlyFunction · 0.85

Tested by

no test coverage detected