Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ChinaGodMan/UserScripts
/ sanitizeFileName
Function
sanitizeFileName
missav-explorer/missav-explorer.user.js:927–929 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
925
}
926
927
function
sanitizeFileName(name) {
928
return
name.replace(/[\\/:*?"<>|]/g,
'_'
)
929
}
930
931
function
checkIfComplete(callback) {
932
if
(pendingRequests === 0) {
Callers
2
checkIfComplete
Function · 0.85
downloadFile
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected