MCPcopy Create free account
hub / github.com/driangle/taskmd / Unregister

Function Unregister

apps/cli/internal/sync/registry.go:25–27  ·  view source on GitHub ↗

Unregister removes a source from the registry. Intended for testing.

(name string)

Source from the content-addressed store, hash-verified

23
24// Unregister removes a source from the registry. Intended for testing.
25func Unregister(name string) {
26 delete(sources, name)
27}
28
29// RegisteredNames returns the sorted names of all registered sources.
30func RegisteredNames() []string {

Callers 1

cleanupRegistryFunction · 0.85

Calls

no outgoing calls

Tested by 1

cleanupRegistryFunction · 0.68