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

Function originIsObjectLiteralMethod

test/fixtures/snapshot/typescript.js:132058–132060  ·  view source on GitHub ↗
(origin)

Source from the content-addressed store, hash-verified

132056 return !!(origin && origin.kind & 64 /* SymbolOriginInfoKind.TypeOnlyAlias */);
132057 }
132058 function originIsObjectLiteralMethod(origin) {
132059 return !!(origin && origin.kind & 128 /* SymbolOriginInfoKind.ObjectLiteralMethod */);
132060 }
132061 var KeywordCompletionFilters;
132062 (function (KeywordCompletionFilters) {
132063 KeywordCompletionFilters[KeywordCompletionFilters["None"] = 0] = "None";

Callers 2

createCompletionEntryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected