Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jabbany/CommentCoreLibrary
/ _format
Function
_format
src/parsers/BilibiliFormat.js:10–12 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
8
9
// Fix comments to be valid
10
var
_format =
function
(text) {
11
return
text.replace(/\t/,
"\\t"
);
12
};
13
14
// Fix Mode7 comments when they are bad
15
var
_formatmode7 =
function
(text) {
Callers
1
BilibiliFormat.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected