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

Function TableRow

static/word2md/mammoth.browser.js:735–742  ·  view source on GitHub ↗
(children, options)

Source from the content-addressed store, hash-verified

733}
734
735function TableRow(children, options) {
736 options = options || {};
737 return {
738 type: types.tableRow,
739 children: children,
740 isHeader: options.isHeader || false
741 };
742}
743
744function TableCell(children, options) {
745 options = options || {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected