MCPcopy
hub / github.com/cli/cli / em

Struct em

cmd/gen-docs/main.go:100–100  ·  view source on GitHub ↗

Implements extensions.ExtensionManager interface.

Source from the content-addressed store, hash-verified

98
99// Implements extensions.ExtensionManager interface.
100type em struct{}
101
102func (e *em) List() []extensions.Extension {
103 return nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected