MCPcopy
hub / github.com/nashsu/llm_wiki / ImageHit

Interface ImageHit

src/components/search/search-view.tsx:22–26  ·  view source on GitHub ↗

* One image hit displayed in the Images section. * * `sourcePath` is the wiki page that contains this image reference * — clicking the card opens that page (and the page's markdown * preview will scroll the user down to the image naturally). * * `altMatchesQuery` is whether the caption / alt t

Source from the content-addressed store, hash-verified

20 * query. Used only for ordering: caption matches sort first.
21 */
22interface ImageHit extends ImageRef {
23 sourcePath: string
24 sourceTitle: string
25 altMatchesQuery: boolean
26}
27
28export function SearchView() {
29 const { t } = useTranslation()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected