Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/solr
/ n
Method
n
solr/solrj/src/test/org/noggit/TestJSONParser.java:345–347 ·
view source on GitHub ↗
(String digits)
Source
from the content-addressed store, hash-verified
343
}
344
345
public
static
Num n(String digits) {
346
return
new
Num(digits);
347
}
348
349
public
static
Num bn(String digits) {
350
return
new
BigNum(digits);
Callers
1
parse
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected