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

Function showServerState

dotweb_sysgroup.go:87–89  ·  view source on GitHub ↗

snow server status

(ctx Context)

Source from the content-addressed store, hash-verified

85
86// snow server status
87func showServerState(ctx Context) error {
88 return ctx.WriteHtml(ctx.HttpServer().StateInfo().ShowHtmlTableData(Version, ctx.HttpServer().DotApp.GlobalUniqueID()))
89}
90
91// query server information
92func showQuery(ctx Context) error {

Callers

nothing calls this directly

Calls 5

ShowHtmlTableDataMethod · 0.80
GlobalUniqueIDMethod · 0.80
WriteHtmlMethod · 0.65
HttpServerMethod · 0.65
StateInfoMethod · 0.45

Tested by

no test coverage detected