MCPcopy Create free account
hub / github.com/Var3D/var3dframe / format

Method format

core/src/core/java/var3d/net/center/VBundle.java:21–23  ·  view source on GitHub ↗
(String key, Object... args)

Source from the content-addressed store, hash-verified

19 }
20
21 public String format(String key, Object... args) {
22 return formatter.format(get(key), args);
23 }
24
25 public String formatVaule(String vaule, Object... args) {
26 return formatter.format(vaule, args);

Callers 2

formatVauleMethod · 0.45
formatMethod · 0.45

Calls 1

getMethod · 0.95

Tested by

no test coverage detected