Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/witheve/Eve
/ cr
Function
cr
src/commonmark.js:2639–2643 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2637
}
2638
2639
function
cr() {
2640
if
(this.lastOut !==
'\n'
) {
2641
this.lit(
'\n'
);
2642
}
2643
}
2644
2645
/**
2646
* Concatenate a string to the buffer possibly escaping the content.
Callers
1
renderNodes
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected