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

Interface KeyedToken

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

Source from the content-addressed store, hash-verified

45
46// Transform tokens to include pre-computed keys to avoid noArrayIndexKey lint
47interface KeyedToken {
48 token: ThemedToken;
49 key: string;
50}
51interface KeyedLine {
52 tokens: KeyedToken[];
53 key: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected