Function Topology Quadrant Chart

X: Fan-Out | Y: Fan-In | Size: Complexity | 6574 functions
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
6574
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