Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
55
func
(e *Extension) IsBinary() bool {
56
return
e.kind == BinaryKind
57
}
58
59
func
(e *Extension) URL() string {
60
e.mu.RLock()
Callers
1
Dispatch
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected