MCPcopy Create free account
hub / github.com/e2wugui/zeze / parseLongSize

Method parseLongSize

ZezeJava/ZezeJava/src/main/java/Zeze/Util/Str.java:104–106  ·  view source on GitHub ↗
(@Nullable String s)

Source from the content-addressed store, hash-verified

102 }
103
104 public static long parseLongSize(@Nullable String s) {
105 return parseLongSize(s, -1);
106 }
107
108 public static long parseLongSize(@Nullable String s, long defSize) {
109 if (s == null)

Callers 4

testParseSizeMethod · 0.95
RocksDatabaseClass · 0.95
parseIntSizeMethod · 0.95
ServiceConfMethod · 0.95

Calls 7

localMethod · 0.95
trimMethod · 0.80
parseNumberMethod · 0.80
bufMethod · 0.80
longValueMethod · 0.45
resetMethod · 0.45
doubleValueMethod · 0.45

Tested by 1

testParseSizeMethod · 0.76