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

Method installDir

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

Source from the content-addressed store, hash-verified

591}
592
593func (m *Manager) installDir() string {
594 return filepath.Join(m.dataDir(), "extensions")
595}
596
597// UpdateDir returns the extension-specific directory where updates are stored.
598func (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