Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/xianyuyimu/TVBOX-
/ unescape
Function
unescape
一木源/js依赖/drT.js:88–90 ·
view source on GitHub ↗
(code)
Source
from the content-addressed store, hash-verified
86
}
87
88
function
unescape(code) {
89
return
code.replace(/\\('|\\)/g,
"$1"
).replace(/[\r\t\n]/g,
" "
);
90
}
91
92
drT.template =
function
(tmpl, c, def) {
93
c = c || drT.templateSettings;
Callers
2
drT.js
File · 0.85
search
Function · 0.85
Calls
1
replace
Method · 0.80
Tested by
no test coverage detected