MCPcopy Create free account
hub / github.com/apache/kvrocks-controller / Sync

Function Sync

logger/logger.go:102–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

100}
101
102func Sync() {
103 if zapLogger != nil {
104 if err := zapLogger.Sync(); err != nil {
105 return
106 }
107 }
108}

Callers 1

mainFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected