Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/OpenFeign/feign
/ isDigit
Method
isDigit
core/src/main/java/feign/template/UriUtils.java:191–193 ·
view source on GitHub ↗
(int c)
Source
from the content-addressed store, hash-verified
189
}
190
191
private
static
boolean isDigit(
int
c) {
192
return
(c >=
'0'
&& c <=
'9'
);
193
}
194
195
private
static
boolean isGenericDelimiter(
int
c) {
196
return
(c ==
':'
)
Callers
1
isUnreserved
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected