Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
335
impl Default for FileTreeService {
Callers
10
write_message
Function · 0.45
search_file_names_with_progress
Method · 0.45
search_file_contents_with_progress
Method · 0.45
spawn_pty_process
Function · 0.45
spawn_pty
Function · 0.45
call
Method · 0.45
spawn_writer_task
Method · 0.45
create_session
Method · 0.45
sftp_write
Method · 0.45
send_message
Method · 0.45
Calls
1
flush_internal
Method · 0.80
Tested by
no test coverage detected