MCPcopy Create free account
hub / github.com/nodejs/node / nonEscapingWrite

Function nonEscapingWrite

test/fixtures/snapshot/typescript.js:114024–114032  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

114022 writer.writeProperty(s);
114023 }
114024 function nonEscapingWrite(s) {
114025 // This should be defined in a snippet-escaping text writer.
114026 if (writer.nonEscapingWrite) {
114027 writer.nonEscapingWrite(s);
114028 }
114029 else {
114030 writer.write(s);
114031 }
114032 }
114033 function writeLine(count) {
114034 if (count === void 0) { count = 1; }
114035 for (var i = 0; i < count; i++) {

Callers 2

emitPlaceholderFunction · 0.85
emitTabStopFunction · 0.85

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected