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

Function NewAppNode

config/configs.go:171–174  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

169}
170
171func NewAppNode() *AppNode {
172 config := &AppNode{}
173 return config
174}
175
176func NewServerNode() *ServerNode {
177 config := &ServerNode{}

Callers 2

NewConfigFunction · 0.85
InitConfigFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected