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

Function serializePropertySymbolForInterface

test/fixtures/snapshot/typescript.js:55185–55187  ·  view source on GitHub ↗
(p, baseType)

Source from the content-addressed store, hash-verified

55183 };
55184 }
55185 function serializePropertySymbolForInterface(p, baseType) {
55186 return serializePropertySymbolForInterfaceWorker(p, /*isStatic*/ false, baseType);
55187 }
55188 function serializeSignatures(kind, input, baseType, outputKind) {
55189 var signatures = getSignaturesOfType(input, kind);
55190 if (kind === 1 /* SignatureKind.Construct */) {

Callers 1

serializeInterfaceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…