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

Method content

atomic-core/src/diff/line.rs:210–212  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

208 /// The content includes the trailing newline if present.
209 #[inline]
210 pub fn content(&self) -> &'a [u8] {
211 self.content
212 }
213
214 /// Get the content without the trailing newline.
215 ///

Callers 4

nextMethod · 0.45
merge_textFunction · 0.45
convert_token_changesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected