MCPcopy
hub / github.com/witheve/Eve / run

Method run

src/runtime/databases/system.ts:73–79  ·  view source on GitHub ↗
(evaluation: Evaluation)

Source from the content-addressed store, hash-verified

71 }
72
73 run(evaluation: Evaluation) {
74 let self = this;
75 this.timeout = setInterval(function() {
76 evaluation.executeActions(self.timeActions());
77 // self.run(evaluation);
78 }, this.interval);
79 }
80
81 setup(evaluation: Evaluation) {
82 if(this.interval !== undefined) {

Callers 3

setupMethod · 0.95
eve.jsFile · 0.80

Calls 2

executeActionsMethod · 0.80
timeActionsMethod · 0.80

Tested by

no test coverage detected