MCPcopy Create free account
hub / github.com/TruthHun/BookStack / text

Function text

static/word2md/mammoth.browser.js:2151–2156  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

2149}
2150
2151function text(value) {
2152 return {
2153 type: "text",
2154 value: value
2155 };
2156}
2157
2158var forceWrite = {
2159 type: "forceWrite"

Callers

nothing calls this directly

Calls 5

textMethod · 0.80
startTextFunction · 0.70
isInPreFunction · 0.70
escapeHtmlTextFunction · 0.70
escapeMarkdownFunction · 0.70

Tested by

no test coverage detected