MCPcopy Create free account
hub / github.com/THU-MAIC/OpenMAIC / stringifyDoc

Function stringifyDoc

packages/mathml2omml/src/parse-stringify/stringify.js:35–37  ·  view source on GitHub ↗
(doc)

Source from the content-addressed store, hash-verified

33}
34
35export function stringifyDoc(doc) {
36 return doc.reduce((token, rootEl) => token + stringify('', rootEl), '')
37}

Callers 1

getResultMethod · 0.90

Calls 1

stringifyFunction · 0.70

Tested by

no test coverage detected