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:100–103 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
98
}
99
100
@Override
101
public
int
length() {
102
return
charSequence.length();
103
}
104
}
105
}
Callers
nothing calls this directly
Calls
1
length
Method · 0.45
Tested by
no test coverage detected