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

Function getBuildInfo

test/fixtures/snapshot/typescript.js:110533–110535  ·  view source on GitHub ↗
(buildInfoText)

Source from the content-addressed store, hash-verified

110531 ts.getBuildInfoText = getBuildInfoText;
110532 /*@internal*/
110533 function getBuildInfo(buildInfoText) {
110534 return JSON.parse(buildInfoText);
110535 }
110536 ts.getBuildInfo = getBuildInfo;
110537 /*@internal*/
110538 ts.notImplementedResolver = {

Callers 1

emitUsingBuildInfoFunction · 0.85

Calls 1

parseMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…