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

Function single

test/fixtures/snapshot/typescript.js:156952–156954  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

156950 };
156951 }
156952 function single() {
156953 return combineTypes(inferTypesFromReferencesSingle(references));
156954 }
156955 function parameters(declaration) {
156956 if (references.length === 0 || !declaration.parameters) {
156957 return undefined;

Callers

nothing calls this directly

Calls 2

combineTypesFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…