MCPcopy Index your code
hub / github.com/nodejs/node / formatHitLocation

Function formatHitLocation

lib/internal/debugger/inspect_probe.js:251–253  ·  view source on GitHub ↗
(location)

Source from the content-addressed store, hash-verified

249}
250
251function formatHitLocation(location) {
252 return `${location.url}:${location.line}:${location.column}`;
253}
254
255// Built human-readable text output for probe reports.
256function buildProbeTextReport(report) {

Callers 1

buildProbeTextReportFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…