MCPcopy Create free account
hub / github.com/atomicdata-dev/atomic-data-browser / SearchResults

Interface SearchResults

react/src/useServerSearch.tsx:6–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { useEffect, useState } from 'react';
5
6interface SearchResults {
7 /** Subject URLs for resources that match the query */
8 results: string[];
9 loading: boolean;
10 error?: Error;
11}
12
13interface SearchOpts {
14 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected