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

Method Close

server/server.go:49–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47type Server interface {
48 Serve() error
49 Close() error
50}
51
52func NewServer(cfg *Configuration) (server Server, err error) {

Callers 15

daemonProcFunction · 0.95
forkedDaemonMainFunction · 0.65
daemonizeFunction · 0.65
exampleConfigMainFunction · 0.65
TestLearnListFunction · 0.65
TestLearnListRemoveFunction · 0.65
TestLearnListIdSelectorFunction · 0.65
TestUpdateReplaceFunction · 0.65
TestUpdateMergeFunction · 0.65
TestUpdateNoChangeFunction · 0.65

Implementers 1

serverImplserver/server.go

Calls

no outgoing calls

Tested by 15

TestLearnListFunction · 0.52
TestLearnListRemoveFunction · 0.52
TestLearnListIdSelectorFunction · 0.52
TestUpdateReplaceFunction · 0.52
TestUpdateMergeFunction · 0.52
TestUpdateNoChangeFunction · 0.52
TestUpdateBrokenFunction · 0.52
TestExampleConfigurationFunction · 0.52
TestLearnFunction · 0.52
TestLearnBrokenFunction · 0.52