MCPcopy Create free account
hub / github.com/HumbleUI/JWM / fromString

Method fromString

shared/java/Key.java:203–205  ·  view source on GitHub ↗

Parses textual representation of a key. @param name Textual representation of the key @return Key for the key with the given name, null if the string is unknown

(String name)

Source from the content-addressed store, hash-verified

201 * is unknown
202 */
203 public static Key fromString(String name) {
204 return _nameMap.get(name);
205 }
206}

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected