Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ line_ops
Method
line_ops
atomic-core/src/record/workflow/crdt/builder/trunk.rs:82–84 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
80
/// Returns the line operations.
81
#[inline]
82
pub fn line_ops(&self) -> &[LineOps] {
83
&self.line_ops
84
}
85
86
/// Adds a line operation.
87
pub fn add_line_op(&mut self, op: LineOps) {
Callers
1
branch_ops
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected