Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google/re2j
/ length
Method
length
java/com/google/re2j/MatcherInput.java:48–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
46
abstract byte[] asBytes();
47
48
abstract
int
length();
49
50
static
class
Utf8MatcherInput extends MatcherInput {
51
byte[] bytes;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected