Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/tinyplex/tinybase
/ useThingIds
Function
useThingIds
src/ui-react/context.ts:115–116 ·
view source on GitHub ↗
(offset: Offsets)
Source
from the content-addressed store, hash-verified
113
};
114
115
export
const
useThingIds = (offset: Offsets): Ids =>
116
objIds((useContext(Context)[offset * 2 + 1] ?? {}) as IdObj<unknown>);
Callers
8
useStoreIds
Function · 0.90
useMetricsIds
Function · 0.90
useIndexesIds
Function · 0.90
useRelationshipsIds
Function · 0.90
useQueriesIds
Function · 0.90
useCheckpointsIds
Function · 0.90
usePersisterIds
Function · 0.90
useSynchronizerIds
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…