Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dbcli/pgcli
/ process_all
Method
process_all
pgcli/pyev.py:39–41 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
37
self.generate_lines()
38
39
def
process_all(self):
40
self.plan = self.process_plan(self.plan)
41
self.plan = self.calculate_outlier_nodes(self.plan)
42
43
#
44
def
process_plan(self, plan):
Callers
1
load
Method · 0.95
Calls
2
process_plan
Method · 0.95
calculate_outlier_nodes
Method · 0.95
Tested by
no test coverage detected