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

Function getTextOfPropertyName

test/fixtures/snapshot/typescript.js:15242–15244  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

15240 }
15241 ts.tryGetTextOfPropertyName = tryGetTextOfPropertyName;
15242 function getTextOfPropertyName(name) {
15243 return ts.Debug.checkDefined(tryGetTextOfPropertyName(name));
15244 }
15245 ts.getTextOfPropertyName = getTextOfPropertyName;
15246 function entityNameToString(name) {
15247 switch (name.kind) {

Callers

nothing calls this directly

Calls 1

tryGetTextOfPropertyNameFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…