MCPcopy Create free account
hub / github.com/GCWing/BitFun / flush

Method flush

src/crates/services/services-core/src/filesystem/tree.rs:330–332  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

328 }
329
330 fn flush(&self) {
331 self.flush_internal(true);
332 }
333}
334
335impl Default for FileTreeService {

Callers 10

write_messageFunction · 0.45
spawn_pty_processFunction · 0.45
spawn_ptyFunction · 0.45
callMethod · 0.45
spawn_writer_taskMethod · 0.45
create_sessionMethod · 0.45
sftp_writeMethod · 0.45
send_messageMethod · 0.45

Calls 1

flush_internalMethod · 0.80

Tested by

no test coverage detected