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

Method new_line_num

atomic-core/src/record/workflow/crdt/builder/branch.rs:157–159  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

155 /// Get the new line number.
156 #[inline]
157 pub fn new_line_num(&self) -> Option<usize> {
158 self.new_line_num
159 }
160
161 /// Returns the branch ID.
162 #[inline]

Calls

no outgoing calls

Tested by

no test coverage detected