Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HumbleUI/Skija
/ parse
Method
parse
shared/java/FontVariation.java:42–44 ·
view source on GitHub ↗
(String s)
Source
from the content-addressed store, hash-verified
40
}
41
42
public
static
FontVariation[] parse(String s) {
43
return
_splitPattern.splitAsStream(s).map(FontVariation::parseOne).toArray(FontVariation[]::
new
);
44
}
45
}
Callers
1
execute
Method · 0.95
Calls
no outgoing calls
Tested by
1
execute
Method · 0.76