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

Interface valueTest

test/shared_functions.ts:211–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209}
210
211export interface valueTest {
212 expression: string;
213 expectedValue: number;
214};
215
216export function testSingleExpressionByList(list: valueTest[]){
217 list.forEach((list_item,index) =>{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected