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

Method end

src/main/java/fieldbox/execution/Execution.java:70–70  ·  view source on GitHub ↗
(Consumer<Pair<Integer, String>> lineErrors, Consumer<String> success)

Source from the content-addressed store, hash-verified

68 String begin(Consumer<Pair<Integer, String>> lineErrors, Consumer<String> success, Map<String, Object> initiator, boolean endOthers);
69
70 void end(Consumer<Pair<Integer, String>> lineErrors, Consumer<String> success);
71
72 default void end(String regex, Consumer<Pair<Integer, String>> lineErrors, Consumer<String> success)
73 {

Callers 4

offMethod · 0.65
skipForwardMethod · 0.65
ChorderMethod · 0.65
executeNowAtMethod · 0.65

Implementers 1

NashornExecutionsrc/main/java/fieldnashorn/NashornExec

Calls

no outgoing calls

Tested by

no test coverage detected