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

Function getSourceMapsSupport

lib/internal/source_map/source_map_cache.js:59–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57 generatedCode: false,
58});
59function getSourceMapsSupport() {
60 // Return a read-only object.
61 return sourceMapsSupport;
62}
63
64/**
65 * Enables or disables source maps programmatically.

Callers 6

#asyncInstantiateMethod · 0.85
maybeCacheSourceMapFunction · 0.85
findSourceMapFunction · 0.85
getErrorSourceLocationFunction · 0.85
getFunction · 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…