Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
51
func
(e *Extension) IsLocal() bool {
52
return
e.kind == LocalKind
53
}
54
55
func
(e *Extension) IsBinary() bool {
56
return
e.kind == BinaryKind
Callers
1
UpdateAvailable
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected