MCPcopy Index your code
hub / github.com/codeaashu/claude-code / formatImageRef

Function formatImageRef

src/history.ts:58–60  ·  view source on GitHub ↗
(id: number)

Source from the content-addressed store, hash-verified

56}
57
58export function formatImageRef(id: number): string {
59 return `[Image #${id}]`
60}
61
62export function parseReferences(
63 input: string,

Callers 1

onImagePasteFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected