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

Function formatTargetText

lib/internal/debugger/inspect_probe.js:128–131  ·  view source on GitHub ↗
(target)

Source from the content-addressed store, hash-verified

126}
127
128function formatTargetText(target) {
129 const { suffix, line, column } = target;
130 return column === undefined ? `${suffix}:${line}` : `${suffix}:${line}:${column}`;
131}
132
133function formatPendingProbeLocations(probes, pending) {
134 const seen = new SafeSet();

Callers 2

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…