MCPcopy Index your code
hub / github.com/darkreader/darkreader / exec

Method exec

src/utils/math-eval.ts:86–88  ·  view source on GitHub ↗
(left: number, right: number)

Source from the content-addressed store, hash-verified

84 }
85
86 exec(left: number, right: number): number {
87 return this.execMethod(left, right);
88 }
89
90 lessOrEqualThan(op: Operator) {
91 return this.precendce <= op.precendce;

Callers 5

getMatchesFunction · 0.80
getMatchesWithOffsetsFunction · 0.80
evalMathFunction · 0.80
localeFileToJsonFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected