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

Function commentReference

static/word2md/mammoth.browser.js:695–700  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

693}
694
695function commentReference(options) {
696 return {
697 type: types.commentReference,
698 commentId: options.commentId
699 };
700}
701
702function comment(options) {
703 return {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected