MCPcopy Index your code
hub / github.com/HumbleUI/Skija / getTag

Method getTag

shared/java/FontVariation.java:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18 }
19
20 public String getTag() {
21 return FourByteTag.toString(_tag);
22 }
23
24 public String toString() {
25 return getTag() + "=" + _value;

Callers 1

toStringMethod · 0.95

Calls 1

toStringMethod · 0.95

Tested by

no test coverage detected