Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDDS/OpenDDS
/ sort_nodes
Method
sort_nodes
tools/scripts/massif-diff.py:168–170 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
166
return
False
167
168
def
sort_nodes(self):
169
if
not self.is_root():
170
self.nodes.sort(key=
lambda
n: n.total, reverse=True)
171
172
def
process(self, method, *args):
173
if
self.nodes:
Callers
1
clean
Method · 0.95
Calls
2
is_root
Method · 0.95
sort
Method · 0.45
Tested by
no test coverage detected