MCPcopy Create free account
hub / github.com/emwalker/digraph / new

Method new

backend/src/git/core/mod.rs:308–312  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

306
307impl Tree {
308 pub fn new() -> Self {
309 Self {
310 ..Default::default()
311 }
312 }
313
314 pub fn add_blob(&mut self, path: &mut VecDeque<String>, oid: &Option<git2::Oid>) {
315 if let Some(name) = path.pop_front() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected