Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
176
func
NewServerNode() *ServerNode {
177
config := &ServerNode{}
178
return
config
179
}
180
181
func
NewSessionNode() *SessionNode {
182
config := &SessionNode{}
Callers
2
NewConfig
Function · 0.85
InitConfig
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected