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

Function isGenericObjectType

test/fixtures/snapshot/typescript.js:62257–62259  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

62255 return !!getGenericObjectFlags(type);
62256 }
62257 function isGenericObjectType(type) {
62258 return !!(getGenericObjectFlags(type) & 4194304 /* ObjectFlags.IsGenericObjectType */);
62259 }
62260 function isGenericIndexType(type) {
62261 return !!(getGenericObjectFlags(type) & 8388608 /* ObjectFlags.IsGenericIndexType */);
62262 }

Callers 9

getRestTypeFunction · 0.85
maybeCloneTypeParameterFunction · 0.85
getSpreadTypeFunction · 0.85
structuredTypeRelatedToFunction · 0.85

Calls 1

getGenericObjectFlagsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…