Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
58
export
function
formatImageRef(id: number): string {
59
return
`[Image #${id}]`
60
}
61
62
export
function
parseReferences(
63
input: string,
Callers
1
onImagePaste
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected