MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / setIsFlushing

Method setIsFlushing

pkg/filestore/blockstore.go:489–493  ·  view source on GitHub ↗
(flushing bool)

Source from the content-addressed store, hash-verified

487}
488
489func (s *FileStore) setIsFlushing(flushing bool) {
490 s.Lock.Lock()
491 defer s.Lock.Unlock()
492 s.IsFlushing = flushing
493}
494
495// returns old value of IsFlushing
496func (s *FileStore) setUnlessFlushing() bool {

Callers 1

FlushCacheMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected