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

Function getGlobalValueSymbol

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

Source from the content-addressed store, hash-verified

60649 return type;
60650 }
60651 function getGlobalValueSymbol(name, reportErrors) {
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 }

Calls 1

getGlobalSymbolFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…