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

Method ListCommands

datastore/sqlitedb.go:38–38  ·  view source on GitHub ↗

NB. This command might return null pointers in case some help page is broken.

()

Source from the content-addressed store, hash-verified

36
37 // NB. This command might return null pointers in case some help page is broken.
38 ListCommands() (result map[int64]*Command, err error)
39
40 RemoveHelpPage(commandId int64) (path string, err error)
41

Callers 2

TestListCommandsFunction · 0.65
handleListCommandsMethod · 0.65

Implementers 1

sqliteStoragedatastore/sqlitedb.go

Calls

no outgoing calls

Tested by 1

TestListCommandsFunction · 0.52