Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Var3D/var3dframe
/ formatVaule
Method
formatVaule
core/src/core/java/var3d/net/center/VBundle.java:25–27 ·
view source on GitHub ↗
(String vaule, Object... args)
Source
from the content-addressed store, hash-verified
23
}
24
25
public
String formatVaule(String vaule, Object... args) {
26
return
formatter.format(vaule, args);
27
}
28
29
class
TextFormatter {
30
private
MessageFormat messageFormat;
Callers
1
format
Method · 0.80
Calls
1
format
Method · 0.45
Tested by
no test coverage detected