MCPcopy Index your code
hub / github.com/witheve/Eve / setup

Method setup

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

Source from the content-addressed store, hash-verified

79 }
80
81 setup(evaluation: Evaluation) {
82 if(this.interval !== undefined) {
83 this.timeout = setTimeout(() => {
84 evaluation.executeActions(this.timeActions());
85 this.run(evaluation);
86 }, 0)
87 }
88 }
89
90 close() {
91 clearTimeout(this.timeout);

Callers 1

analyzeMethod · 0.45

Calls 3

timeActionsMethod · 0.95
runMethod · 0.95
executeActionsMethod · 0.80

Tested by

no test coverage detected