MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / support

Method support

src/main/java/fieldbox/execution/Execution.java:144–146  ·  view source on GitHub ↗

returns the ExecutionSupport for a particular property for a particular box here

(Box box, Dict.Prop<String> prop)

Source from the content-addressed store, hash-verified

142 * returns the ExecutionSupport for a particular property for a particular box here
143 */
144 public ExecutionSupport support(Box box, Dict.Prop<String> prop) {
145 return support.apply(box, prop);
146 }
147
148
149}

Callers 15

ExecMethod · 0.95
ChorderMethod · 0.95
chordAtMethod · 0.95
changeSelectionMethod · 0.95
call_runnableMethod · 0.45
callMethod · 0.45
callFunctionMethod · 0.45
offMethod · 0.45
onMethod · 0.45
beginBoxMethod · 0.45
skipForwardMethod · 0.45
loadedMethod · 0.45

Calls 1

applyMethod · 0.65

Tested by

no test coverage detected