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

Method AddHelpPage

datastore/sqlitedb.go:35–35  ·  view source on GitHub ↗
(helpPage *HelpPage, policy Policy)

Source from the content-addressed store, hash-verified

33 GetCompletions(path string) (completions []Completion, err error)
34
35 AddHelpPage(helpPage *HelpPage, policy Policy) (status AddHelpPageStatus, err error)
36
37 // NB. This command might return null pointers in case some help page is broken.
38 ListCommands() (result map[int64]*Command, err error)

Callers 5

TestCRUDFunction · 0.65
TestAddSamePageFunction · 0.65
TestListCommandsFunction · 0.65
handleAddHelpPageMethod · 0.65

Implementers 1

sqliteStoragedatastore/sqlitedb.go

Calls

no outgoing calls

Tested by 3

TestCRUDFunction · 0.52
TestAddSamePageFunction · 0.52
TestListCommandsFunction · 0.52