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

Method register

src/runtime/runtime.ts:42–46  ·  view source on GitHub ↗
(evaluation: Evaluation)

Source from the content-addressed store, hash-verified

40 }
41
42 register(evaluation: Evaluation) {
43 if(this.evaluations.indexOf(evaluation) === -1) {
44 this.evaluations.push(evaluation);
45 }
46 }
47
48 unregister(evaluation: Evaluation) {
49 let evals = this.evaluations;

Callers 2

systemJSConfig.jsFile · 0.45
registerDatabaseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected