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

Interface Server

server/server.go:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45)
46
47type Server interface {
48 Serve() error
49 Close() error
50}
51
52func NewServer(cfg *Configuration) (server Server, err error) {
53 serverImpl := &serverImpl{

Callers 9

daemonProcFunction · 0.95
daemonProcFunction · 0.95
forkedDaemonMainFunction · 0.65
daemonizeFunction · 0.65
exampleConfigMainFunction · 0.65
TestLearnListFunction · 0.65
TestLearnListRemoveFunction · 0.65

Implementers 1

serverImplserver/server.go

Calls

no outgoing calls

Tested by

no test coverage detected