MCPcopy 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
361func (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.
366func (w *DiskStorage) Sync() error {

Callers 1

checkpointAndCloseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected