MCPcopy Create free account
hub / github.com/dim-an/cod / GetCommandPolicy

Method GetCommandPolicy

datastore/sqlitedb.go:30–30  ·  view source on GitHub ↗
(args []string)

Source from the content-addressed store, hash-verified

28
29type Storage interface {
30 GetCommandPolicy(args []string) (policy Policy, err error)
31
32 GetAllCompletions() (pages []HelpPage, err error)
33 GetCompletions(path string) (completions []Completion, err error)

Callers 1

Implementers 1

sqliteStoragedatastore/sqlitedb.go

Calls

no outgoing calls

Tested by

no test coverage detected