MCPcopy Create free account
hub / github.com/devfeel/dotweb / NewServerNode

Function NewServerNode

config/configs.go:176–179  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

174}
175
176func NewServerNode() *ServerNode {
177 config := &ServerNode{}
178 return config
179}
180
181func NewSessionNode() *SessionNode {
182 config := &SessionNode{}

Callers 2

NewConfigFunction · 0.85
InitConfigFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected