Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ content
Method
content
atomic-core/src/record/workflow/crdt/builder/mod.rs:201–203 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
199
200
#[inline]
201
pub fn content(&self) -> &[u8] {
202
&self.content
203
}
204
205
#[inline]
206
pub fn stats(&self) -> &CrdtBuildStats {
Callers
2
add_line_with_content
Method · 0.45
add_file_with_content
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected