MCPcopy Create free account
hub / github.com/celer-pkg/celer / Unregister

Method Unregister

completion/completion.go:10–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8type Completion interface {
9 Register() error
10 Unregister() error
11
12 installBinary() error
13 uninstallBinary() error

Callers 1

doUnregisterMethod · 0.65

Implementers 3

powershellcompletion/powershell.go
zshcompletion/zsh.go
bashcompletion/bash.go

Calls

no outgoing calls

Tested by

no test coverage detected