Function Topology Quadrant Chart

X: Fan-Out | Y: Fan-In | Size: Complexity | 9194 functions
Interactive mode is unavailable because Chart.js could not be loaded. Showing a static fallback chart instead.
Fan-Out (calls made)Fan-In (times called)UTILITIESCENTRAL HUBSISOLATEDORCHESTRATORS...Unifier.unify...LiteralEvaluator._eval_list_builtin...projection.extract_query_vars...Unifier.unify...canonical.canonical_key...DFSEngine.solve...fixpoint_driver._project_variables...test_forall_predicate.add_facts...Unifier.clean_substitution..._integrate_python_predicates.enhanced_evaluate...run_tests.run_tests...test_gallup_demo_spider.qall...ExtendedKBEngine._integrate_python_predicates...LegacyDerivedEvaluator.evaluate_with_special_cases...test_rule_chains_enhanced.add_all
UTILITIES
(high fan_in, low fan_out)
CENTRAL HUBS
(high fan_in, high fan_out)
ISOLATED
(low fan_in, low fan_out)
ORCHESTRATORS
(low fan_in, high fan_out)
Drag to select a region for detail view
Pure (no I/O)
Network
Database
File I/O
Datetime
Random
Test
9194
Total Functions
1.0
Median Fan-Out
0.0
Median Fan-In
-
Central Hubs (High Risk)
📊
Function Quadrant Charts
Visualize your codebase architecture at a glance
What is this?

This interactive chart maps every function in your codebase onto a quadrant grid, revealing architectural patterns, risk areas, and refactoring opportunities.

The Four Quadrants
UTILITIES (Top-Left)
Heavily used helper functions
CENTRAL HUBS (Top-Right)
Critical, high-risk functions
ISOLATED (Bottom-Left)
Potentially dead code
ORCHESTRATORS (Bottom-Right)
Entry points and main functions
Pro tip: Click the menu icon in the upper-right corner to switch between views.
Pro tip: Drag to select a region on the chart to zoom in and see function details.
Press Enter or click to continue
Selected Region Detail
0 functions in selection
Function Fan-In Fan-Out Complexity Type