Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ substitute
Function
substitute
scripts/mangle-javascript-port-identifiers.py:505–506 ·
view source on GitHub ↗
(match: re.Match)
Source
from the content-addressed store, hash-verified
503
return
0
504
505
def
substitute(match: re.Match) -> str:
506
return
mapping.get(match.group(0), match.group(0))
507
508
before = after = 0
509
for
path in files:
Callers
nothing calls this directly
Calls
2
get
Method · 0.65
group
Method · 0.65
Tested by
no test coverage detected