MCPcopy Create free account
hub / github.com/msgbyte/tailchat /

Class

client/web/plugins/com.msgbyte.bbcode/src/bbcode/parser.tsx:57–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 * BBCode 解析器
56 */
57class BBCodeParser {
58 options = {
59 onlyAllowTags: Object.keys(tagMap),
60 onError: (err: any) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected