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

Function lazyFindSourceMap

lib/internal/test_runner/test.js:118–124  ·  view source on GitHub ↗
(file)

Source from the content-addressed store, hash-verified

116const kRunOnceOptions = { __proto__: null, preserveReturnValue: true };
117
118function lazyFindSourceMap(file) {
119 if (findSourceMap === undefined) {
120 ({ findSourceMap } = require('internal/source_map/source_map_cache'));
121 }
122
123 return findSourceMap(file);
124}
125
126function lazyAssertObject(harness) {
127 if (assertObj === undefined) {

Callers 1

constructorMethod · 0.85

Calls 2

findSourceMapFunction · 0.85
requireFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…