MCPcopy Create free account
hub / github.com/EvolvingPrograms/turing / LOG

Function LOG

src/test.ts:24–29  ·  view source on GitHub ↗
(txt: string)

Source from the content-addressed store, hash-verified

22let OUTPUT = "";
23
24function LOG(txt: string) {
25 if (txt) {
26 OUTPUT += txt+"\n";
27 console.log(txt);
28 }
29}
30
31// Evaluator
32// ---------

Callers 1

runFullChallengeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected