MCPcopy Index your code
hub / github.com/benfry/processing4 / WordList

Method WordList

app/src/processing/app/SketchName.java:113–118  ·  view source on GitHub ↗
(JSONObject source)

Source from the content-addressed store, hash-verified

111 StringList exhaustive;
112
113 WordList(JSONObject source) {
114 name = source.getString("name");
115 notes = source.getString("notes");
116 prefixes = source.getStringList("prefixes");
117 suffixes = source.getStringList("suffixes");
118 }
119
120 String getPair() {
121 return (prefixes.choice() + " " + suffixes.choice()).replace(' ', '_');

Callers

nothing calls this directly

Calls 2

getStringMethod · 0.65
getStringListMethod · 0.45

Tested by

no test coverage detected