Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google/re2j
/ reuse
Method
reuse
java/com/google/re2j/Parser.java:81–86 ·
view source on GitHub ↗
(Regexp re)
Source
from the content-addressed store, hash-verified
79
}
80
81
private
void
reuse(Regexp re) {
82
if
(re.subs != null && re.subs.length > 0) {
83
re.subs[0] = free;
84
}
85
free = re;
86
}
87
88
// Parse stack manipulation.
89
Callers
7
maybeConcat
Method · 0.95
collapse
Method · 0.95
factor
Method · 0.95
removeLeadingString
Method · 0.95
removeLeadingRegexp
Method · 0.95
parseInternal
Method · 0.95
swapVerticalBar
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected