MCPcopy Index your code
hub / github.com/alignoth/alignoth / a

Method a

src/plot.rs:273–275  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

271 }
272
273 pub fn a(&self) -> String {
274 self.encode_sparse(|bc| bc.a)
275 }
276
277 pub fn t(&self) -> String {
278 self.encode_sparse(|bc| bc.t)

Callers 1

from_readsMethod · 0.80

Calls 1

encode_sparseMethod · 0.80

Tested by

no test coverage detected