Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/tkirda/jQuery-Autocomplete
/ Suggestion
Interface
Suggestion
src/types.ts:1–4 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
export
interface
Suggestion {
2
value: string;
3
data: unknown;
4
}
5
6
export
interface
AutocompleteResponse {
7
query?: string | null;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected