Incoming (Callers) Total: 12
GatewayController routeRequest
98%
AdminService manualSync
1.5%
Unknown direct_access
0.5%
PaymentController.ts
export async function processPayment(req) {
Insight Lens
Live
// Validate session
await auth.validate(req.token);
// Charge card
await stripe.charge(req.amt);
450ms
}
Outgoing (Callees) Total: 2
AuthService validate
12ms
Local
StripeGateway charge
450ms
External

Code Navigation using Dynamic Call Graphs

Never lose your place. Insight Lens wraps your active code with immediate context: Callers on the left (who is invoking this?) and Callees on the right (what does this depend on?), all powered by live runtime data.