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

Method format

ZezeJava/ZezeJava/src/main/java/Zeze/Util/Str.java:45–47  ·  view source on GitHub ↗
(@NotNull String f, @Nullable Object... params)

Source from the content-addressed store, hash-verified

43 }
44
45 public static @NotNull String format(@NotNull String f, @Nullable Object... params) {
46 return Formatter.newMessage(f, params).getFormattedMessage();
47 }
48
49 public static @NotNull String indent(int n) {
50 if (n <= 0)

Callers 15

testFormatMethod · 0.95
appendLineMethod · 0.95
appendMethod · 0.95
formatServiceIdentityMethod · 0.95
traceInfoMethod · 0.80
mainMethod · 0.80
mainTestPolarDb1Method · 0.80
mainTestPolarDb2Method · 0.80
mainMethod · 0.80
mainMethod · 0.80
testOrderMethod · 0.80
CheckCurrentCountMethod · 0.80

Calls 6

parseVarMethod · 0.95
getMethod · 0.65
addMethod · 0.65
appendMethod · 0.45
toStringMethod · 0.45
toArrayMethod · 0.45

Tested by 15

testFormatMethod · 0.76
traceInfoMethod · 0.64
mainMethod · 0.64
mainTestPolarDb1Method · 0.64
mainTestPolarDb2Method · 0.64
mainMethod · 0.64
mainMethod · 0.64
testOrderMethod · 0.64
CheckCurrentCountMethod · 0.64
LoadMethod · 0.64
AddNodeMethod · 0.64
PrintRecordMethod · 0.64