Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/dgraph-io/dgraph
/ NumLogFiles
Method
NumLogFiles
raftwal/storage.go:361–363 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
359
}
360
361
func
(w *DiskStorage) NumLogFiles() int {
362
return
len(w.wal.files)
363
}
364
365
// Sync calls the Sync method in the underlying badger instance to write all the contents to disk.
366
func
(w *DiskStorage) Sync() error {
Callers
1
checkpointAndClose
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected