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

Method installDir

pkg/cmd/extension/manager.go:589–591  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

587}
588
589func (m *Manager) installDir() string {
590 return filepath.Join(m.dataDir(), "extensions")
591}
592
593// UpdateDir returns the extension-specific directory where updates are stored.
594func (m *Manager) UpdateDir(name string) string {

Callers 6

listMethod · 0.95
InstallLocalMethod · 0.95
installBinMethod · 0.95
installGitMethod · 0.95
RemoveMethod · 0.95

Calls 1

JoinMethod · 0.80

Tested by 1