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

Method IsLocal

pkg/cmd/extension/extension.go:51–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49}
50
51func (e *Extension) IsLocal() bool {
52 return e.kind == LocalKind
53}
54
55func (e *Extension) IsBinary() bool {
56 return e.kind == BinaryKind

Callers 1

UpdateAvailableMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected