MCPcopy Index your code
hub / github.com/atomicdata-dev/atomic-data-browser / SearchOpts

Interface SearchOpts

react/src/useServerSearch.tsx:13–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13interface SearchOpts {
14 /**
15 * Debouncing makes queries slower, but prevents sending many request. Number
16 * respresents milliseconds.
17 */
18 debounce?: number;
19 /** Fetch full resources instead of subjects */
20 include?: boolean;
21 /** Max of how many results to return */
22 limit?: number;
23}
24
25/** Pass a query to search the current server */
26export function useServerSearch(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected