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

Method StateInfo

dotweb.go:157–159  ·  view source on GitHub ↗

StateInfo return app's ServerStateInfo

()

Source from the content-addressed store, hash-verified

155
156// StateInfo return app's ServerStateInfo
157func (app *DotWeb) StateInfo() *core.ServerStateInfo {
158 return app.serverStateInfo
159}
160
161// RegisterMiddlewareFunc register middleware with given name & middleware
162func (app *DotWeb) RegisterMiddlewareFunc(name string, middleFunc MiddlewareFunc) {

Callers 8

initAppConfigMethod · 0.95
wrapRouterHandleMethod · 0.45
wrapFileHandleMethod · 0.45
wrapWebSocketHandleMethod · 0.45
showIntervalDataJsonFunction · 0.45
showIntervalDataPrettyFunction · 0.45
showServerStateFunction · 0.45
showQueryFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected