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

Function serializeImplementedType

test/fixtures/snapshot/typescript.js:55280–55288  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

55278 }
55279 }
55280 function serializeImplementedType(t) {
55281 var ref = trySerializeAsTypeReference(t, 788968 /* SymbolFlags.Type */);
55282 if (ref) {
55283 return ref;
55284 }
55285 if (t.symbol) {
55286 return ts.factory.createExpressionWithTypeArguments(symbolToExpression(t.symbol, context, 788968 /* SymbolFlags.Type */), /*typeArgs*/ undefined);
55287 }
55288 }
55289 function getUnusedName(input, symbol) {
55290 var _a, _b;
55291 var id = symbol ? getSymbolId(symbol) : undefined;

Callers

nothing calls this directly

Calls 2

symbolToExpressionFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…