Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XIU2/UserScript
/ notChinese
Function
notChinese
Lanzou-Enhanced.user.js:686–689 ·
view source on GitHub ↗
(char)
Source
from the content-addressed store, hash-verified
684
return
1;
685
}
686
function
notChinese(char) {
687
const
charCode = char.charCodeAt(0)
688
return
charCode >= 0 && charCode <= 128
689
}
690
return
sort(name1, name2);
691
}
692
Callers
1
sort
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected