Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google/re2j
/ isEmpty
Method
isEmpty
java/com/google/re2j/Machine.java:50–52 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
48
}
49
50
boolean isEmpty() {
51
return
size == 0;
52
}
53
54
int
add(
int
pc) {
55
int
j = size++;
Callers
15
match
Method · 0.95
addFoldExceptions
Method · 0.80
entryName
Method · 0.80
dumpRegexp
Method · 0.80
testFind
Method · 0.80
testSubmatch
Method · 0.80
testRE2
Method · 0.80
testFowler
Method · 0.80
parseFowlerResult
Method · 0.80
testQuoteMeta
Method · 0.80
indexOfFallback
Method · 0.80
appendTo
Method · 0.80
Calls
no outgoing calls
Tested by
8
entryName
Method · 0.64
dumpRegexp
Method · 0.64
testFind
Method · 0.64
testSubmatch
Method · 0.64
testRE2
Method · 0.64
testFowler
Method · 0.64
parseFowlerResult
Method · 0.64
testQuoteMeta
Method · 0.64