MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / is_root

Method is_root

tools/scripts/massif-diff.py:119–120  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

117 self.nodes.append(Node(copy=node))
118
119 def is_root(self):
120 return self.orig_level == 0
121
122 def is_section(self):
123 return self.orig_level == 1

Callers 5

pathMethod · 0.95
shouldMethod · 0.95
sort_nodesMethod · 0.95
cleanMethod · 0.95
diffMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected