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

Function inferWithPriority

test/fixtures/snapshot/typescript.js:68677–68682  ·  view source on GitHub ↗
(source, target, newPriority)

Source from the content-addressed store, hash-verified

68675 }
68676 }
68677 function inferWithPriority(source, target, newPriority) {
68678 var savePriority = priority;
68679 priority |= newPriority;
68680 inferFromTypes(source, target);
68681 priority = savePriority;
68682 }
68683 function invokeOnce(source, target, action) {
68684 var key = source.id + "," + target.id;
68685 var status = visited && visited.get(key);

Callers 5

inferFromTypesFunction · 0.85
inferToMultipleTypesFunction · 0.85
inferToMappedTypeFunction · 0.85
inferFromObjectTypesFunction · 0.85
inferFromIndexTypesFunction · 0.85

Calls 1

inferFromTypesFunction · 0.85

Tested by

no test coverage detected