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

Method fire

src/main/java/fieldbox/boxes/Watches.java:104–106  ·  view source on GitHub ↗
(Dict.Prop p, Box b, Object was, Object now, Collection<String> strings)

Source from the content-addressed store, hash-verified

102
103
104 private void fire(Dict.Prop p, Box b, Object was, Object now, Collection<String> strings) {
105 strings.forEach((address) -> messageQueue.accept(address, new Quad<>(p, b, was, now)));
106 }
107
108 public MessageQueue<Quad<Dict.Prop, Box, Object, Object>, String> getQueue() {
109 return messageQueue;

Callers 1

updateMethod · 0.95

Calls 2

acceptMethod · 0.65
forEachMethod · 0.45

Tested by

no test coverage detected