Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Notgnoshi/generative
/ flush
Method
flush
generative/attractor.rs:80–84 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
78
}
79
80
pub fn flush(&mut self) -> eyre::Result<()> {
81
self.write_accumulated()?;
82
self.writer.flush()?;
83
Ok(())
84
}
85
}
86
87
// private
Callers
1
main
Function · 0.80
Calls
1
write_accumulated
Method · 0.80
Tested by
no test coverage detected