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

Method is_folder

atomic-core/src/apply/workspace.rs:143–145  ·  view source on GitHub ↗

Check if this is a folder edge.

(&self)

Source from the content-addressed store, hash-verified

141
142 /// Check if this is a folder edge.
143 pub fn is_folder(&self) -> bool {
144 self.flag.contains(EdgeFlags::FOLDER)
145 }
146
147 /// Check if this is a parent edge.
148 pub fn is_parent(&self) -> bool {

Callers 2

write_new_edgeFunction · 0.45
write_new_vertexFunction · 0.45

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected