MCPcopy Create free account
hub / github.com/braintrustdata/bash-agent-evals / main

Function main

src/data/transform.ts:545–554  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

543}
544
545async function main() {
546 console.log('Starting data transformation...\n');
547
548 await readAndProcessEvents();
549 writeFilesystem();
550 writeDatabase();
551
552 console.log('\nTransformation complete!');
553 console.log('Run `pnpm cli` to start the interactive CLI.');
554}
555
556main();

Callers 1

transform.tsFile · 0.70

Calls 3

readAndProcessEventsFunction · 0.85
writeFilesystemFunction · 0.85
writeDatabaseFunction · 0.85

Tested by

no test coverage detected