MCPcopy Create free account
hub / github.com/nodejs/node / createInferenceInfo

Function createInferenceInfo

test/fixtures/snapshot/typescript.js:68106–68117  ·  view source on GitHub ↗
(typeParameter)

Source from the content-addressed store, hash-verified

68104 }
68105 }
68106 function createInferenceInfo(typeParameter) {
68107 return {
68108 typeParameter: typeParameter,
68109 candidates: undefined,
68110 contraCandidates: undefined,
68111 inferredType: undefined,
68112 priority: undefined,
68113 topLevel: true,
68114 isFixed: false,
68115 impliedArity: undefined
68116 };
68117 }
68118 function cloneInferenceInfo(inference) {
68119 return {
68120 typeParameter: inference.typeParameter,

Calls

no outgoing calls

Tested by

no test coverage detected