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

Method as_ref

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

Source from the content-addressed store, hash-verified

358
359impl<'a> AsRef<[u8]> for Line<'a> {
360 fn as_ref(&self) -> &[u8] {
361 self.content
362 }
363}
364
365#[cfg(test)]

Callers 15

runMethod · 0.80
parse_authorMethod · 0.80
parse_authorMethod · 0.80
run_with_verifierMethod · 0.80
runMethod · 0.80
import_shape_summaryFunction · 0.80
build_graph_first_changeFunction · 0.80
write_commitMethod · 0.80
build_git_metadataMethod · 0.80
parse_commitFunction · 0.80
upload_change_smartFunction · 0.80

Calls

no outgoing calls