Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moli-X/Resources
/ Dot2
Function
Dot2
Script/Parser.js:1807–1810 ·
view source on GitHub ↗
(cnt)
Source
from the content-addressed store, hash-verified
1805
1806
//对.的特殊处理(in/out & rename中)
1807
function
Dot2(cnt) {
1808
cnt = cnt ? cnt.replace(/\\\./g,
"这是个点"
) :
""
1809
return
cnt
1810
}
1811
1812
function
ToDot(cnt) {
1813
cnt = cnt ? cnt.replace(/这是个点/g,
"."
) :
""
Callers
1
Rename
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected