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

Function isDoubleQuotedString

test/fixtures/snapshot/typescript.js:41126–41128  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

41124 }
41125 }
41126 function isDoubleQuotedString(node) {
41127 return ts.isStringLiteral(node) && ts.isStringDoubleQuoted(node, sourceFile);
41128 }
41129 }
41130 ts.convertToObjectWorker = convertToObjectWorker;
41131 function getCompilerOptionValueTypeString(option) {

Callers 2

_loop_4Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected