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

Function isSameMessage

static/word2md/mammoth.browser.js:2671–2673  ·  view source on GitHub ↗
(first, second)

Source from the content-addressed store, hash-verified

2669}
2670
2671function isSameMessage(first, second) {
2672 return first.type === second.type && first.message === second.message;
2673}
2674
2675},{"underscore":153}],25:[function(require,module,exports){
2676var _ = require("underscore");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected