MCPcopy
hub / github.com/witheve/Eve / out

Function out

src/commonmark.js:2556–2558  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

2554/* Helper methods */
2555
2556function out(s) {
2557 this.lit(esc(s, false));
2558}
2559
2560function attrs (node) {
2561 var att = [];

Callers 1

renderNodesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected