Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
export
function
stringifyDoc(doc) {
36
return
doc.reduce((token, rootEl) => token + stringify(
''
, rootEl),
''
)
37
}
Callers
1
getResult
Method · 0.90
Calls
1
stringify
Function · 0.70
Tested by
no test coverage detected