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

Function asString

static/editor.md/lib/codemirror/addon/merge/merge.js:541–544  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

539 };
540
541 function asString(obj) {
542 if (typeof obj == "string") return obj;
543 else return obj.getValue();
544 }
545
546 // Operations on diffs
547

Callers 1

merge.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected