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

Method GlobalUniqueID

dotweb.go:178–180  ·  view source on GitHub ↗

GlobalUniqueID return app's GlobalUniqueID it will be Initializationed when StartServer

()

Source from the content-addressed store, hash-verified

176// GlobalUniqueID return app's GlobalUniqueID
177// it will be Initializationed when StartServer
178func (app *DotWeb) GlobalUniqueID() string {
179 return app.globalUniqueID
180}
181
182// Cache return cache interface
183func (app *DotWeb) Cache() cache.Cache {

Callers 1

showServerStateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected