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

Method IsBinary

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

Source from the content-addressed store, hash-verified

53}
54
55func (e *Extension) IsBinary() bool {
56 return e.kind == BinaryKind
57}
58
59func (e *Extension) URL() string {
60 e.mu.RLock()

Callers 1

DispatchMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected