Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dianping/cat
/ isNumber
Method
isNumber
integration/URL/CatFilter.java:286–288 ·
view source on GitHub ↗
(char c)
Source
from the content-addressed store, hash-verified
284
}
285
286
private
boolean isNumber(char c) {
287
return
(c >=
'0'
&& c <=
'9'
) || c ==
'.'
|| c ==
'-'
|| c ==
','
;
288
}
289
};
290
}
291
Callers
1
getRequestURI
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected