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

Function createAnonymousType

test/fixtures/snapshot/typescript.js:51798–51800  ·  view source on GitHub ↗
(symbol, members, callSignatures, constructSignatures, indexInfos)

Source from the content-addressed store, hash-verified

51796 return resolved;
51797 }
51798 function createAnonymousType(symbol, members, callSignatures, constructSignatures, indexInfos) {
51799 return setStructuredTypeMembers(createObjectType(16 /* ObjectFlags.Anonymous */, symbol), members, callSignatures, constructSignatures, indexInfos);
51800 }
51801 function getResolvedTypeWithoutAbstractConstructSignatures(type) {
51802 if (type.constructSignatures.length === 0)
51803 return type;

Calls 2

setStructuredTypeMembersFunction · 0.85
createObjectTypeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…