Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/HumbleUI/Skija
/ toString
Method
toString
shared/java/FontVariation.java:24–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
}
23
24
public
String toString() {
25
return
getTag() +
"="
+ _value;
26
}
27
28
@ApiStatus.Internal
29
public
static
final
Pattern _splitPattern = Pattern.compile(
"\\s+"
);
Callers
nothing calls this directly
Calls
1
getTag
Method · 0.95
Tested by
no test coverage detected