MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / full_content

Method full_content

atomic-core/src/output/crdt.rs:158–160  ·  view source on GitHub ↗

Returns the line content including deleted tokens (for history).

(&self)

Source from the content-addressed store, hash-verified

156
157 /// Returns the line content including deleted tokens (for history).
158 pub fn full_content(&self) -> String {
159 self.tokens.iter().map(|t| t.content_str()).collect()
160 }
161
162 /// Returns true if the line is alive (not deleted).
163 pub fn is_alive(&self) -> bool {

Callers

nothing calls this directly

Calls 2

iterMethod · 0.45
content_strMethod · 0.45

Tested by

no test coverage detected