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

Method IsOffline

server.go:203–205  ·  view source on GitHub ↗

IsOffline check server is set offline state

()

Source from the content-addressed store, hash-verified

201
202// IsOffline check server is set offline state
203func (server *HttpServer) IsOffline() bool {
204 return server.offline
205}
206
207// SetVirtualPath set current server's VirtualPath
208func (server *HttpServer) SetVirtualPath(path string) {

Callers 1

TestNewHttpServerFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestNewHttpServerFunction · 0.76