Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/algolia/autocomplete
/ createRef
Function
createRef
packages/autocomplete-shared/src/createRef.ts:1–5 ·
view source on GitHub ↗
(initialValue: TValue)
Source
from the content-addressed store, hash-verified
1
export
function
createRef<TValue>(initialValue: TValue) {
2
return
{
3
current: initialValue,
4
};
5
}
Callers
5
createRef.test.ts
File · 0.90
createAlgoliaInsightsPlugin
Function · 0.90
autocomplete
Function · 0.90
createTags
Function · 0.90
createRecentSearchesPlugin
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected