MCPcopy Create free account
hub / github.com/cloudwan/gohan / GetSync

Method GetSync

server/server.go:417–419  ·  view source on GitHub ↗

GetSync returns server sync.

()

Source from the content-addressed store, hash-verified

415
416// GetSync returns server sync.
417func (server *Server) GetSync() sync.Sync {
418 return server.sync
419}
420
421// SetRunning sets server running status.
422func (server *Server) SetRunning(running bool) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected