MCPcopy Create free account
hub / github.com/MagicCube/agentara / KeyedLine

Interface KeyedLine

web/src/components/ai-elements/code-block.tsx:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 key: string;
50}
51interface KeyedLine {
52 tokens: KeyedToken[];
53 key: string;
54}
55
56const addKeysToTokens = (lines: ThemedToken[][]): KeyedLine[] =>
57 lines.map((line, lineIdx) => ({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected