Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
47
type
Server
interface
{
48
Serve() error
49
Close() error
50
}
51
52
func
NewServer(cfg *Configuration) (server Server, err error) {
53
serverImpl := &serverImpl{
Callers
9
daemonProc
Function · 0.95
daemonProc
Function · 0.95
forkedDaemonMain
Function · 0.65
daemonize
Function · 0.65
exampleConfigMain
Function · 0.65
TestLearnList
Function · 0.65
TestLearnListRemove
Function · 0.65
TestLearnListBasenameSelector
Function · 0.65
TestLearnListPathSelector
Function · 0.65
Implementers
1
serverImpl
server/server.go
Calls
no outgoing calls
Tested by
no test coverage detected