Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/alignoth/alignoth
/ t
Method
t
src/plot.rs:277–279 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
275
}
276
277
pub fn t(&self) -> String {
278
self.encode_sparse(|bc| bc.t)
279
}
280
281
pub fn g(&self) -> String {
282
self.encode_sparse(|bc| bc.g)
Callers
1
from_reads
Method · 0.80
Calls
1
encode_sparse
Method · 0.80
Tested by
no test coverage detected