MCPcopy Index your code
hub / github.com/ether/etherpad / isSpanWithData

Function isSpanWithData

src/node/utils/ExportHtml.ts:169–173  ·  view source on GitHub ↗
(i: string)

Source from the content-addressed store, hash-verified

167 // tags added by exportHtmlAdditionalTagsWithData will be exported as <span> with
168 // data attributes
169 const isSpanWithData = (i: string) => {
170 // @ts-ignore
171 const property = props[i];
172 return Array.isArray(property);
173 };
174
175 const emitOpenTag = (i: string) => {
176 openTags.unshift(i);

Callers 1

emitCloseTagFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected