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

Function getGlobalTypeSymbol

test/fixtures/snapshot/typescript.js:60654–60656  ·  view source on GitHub ↗
(name, reportErrors)

Source from the content-addressed store, hash-verified

60652 return getGlobalSymbol(name, 111551 /* SymbolFlags.Value */, reportErrors ? ts.Diagnostics.Cannot_find_global_value_0 : undefined);
60653 }
60654 function getGlobalTypeSymbol(name, reportErrors) {
60655 return getGlobalSymbol(name, 788968 /* SymbolFlags.Type */, reportErrors ? ts.Diagnostics.Cannot_find_global_type_0 : undefined);
60656 }
60657 function getGlobalTypeAliasSymbol(name, arity, reportErrors) {
60658 var symbol = getGlobalSymbol(name, 788968 /* SymbolFlags.Type */, reportErrors ? ts.Diagnostics.Cannot_find_global_type_0 : undefined);
60659 if (symbol) {

Callers 2

getGlobalTypeFunction · 0.85

Calls 1

getGlobalSymbolFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…