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

Method Watches

src/main/java/fieldbox/boxes/Watches.java:25–29  ·  view source on GitHub ↗
(MessageQueue<Quad<Dict.Prop, Box,  Object, Object>, String> messageQueue)

Source from the content-addressed store, hash-verified

23 static public final Dict.Prop<Watches> watches = new Dict.Prop<>("_watches").type().toCanon();
24
25 public Watches(MessageQueue<Quad<Dict.Prop, Box, Object, Object>, String> messageQueue) {
26 this.messageQueue = messageQueue;
27 this.properties.putToMap(Boxes.insideRunLoop, "main.__watch_updator__", this::update);
28 this.properties.put(watches, this);
29 }
30
31 public Watches()
32 {

Callers

nothing calls this directly

Calls 2

putToMapMethod · 0.80
putMethod · 0.45

Tested by

no test coverage detected