MCPcopy Create free account
hub / github.com/CodeForBreakfast/eventsourcing / CodeBlock

Interface CodeBlock

scripts/validate-markdown-examples.ts:7–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import { BunContext, BunRuntime } from '@effect/platform-bun';
6
7interface CodeBlock {
8 readonly code: string;
9 readonly file: string;
10 readonly line: number;
11 readonly index: number;
12}
13
14interface ValidationError {
15 readonly file: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected