Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/tinyplex/tinybase
/ objGet
Function
objGet
docs/pseudo.esm.sh/tinybase@9.0.0/ui-react/index.js:76–76 ·
view source on GitHub ↗
(obj, id)
Source
from the content-addressed store, hash-verified
74
);
75
var
objIds = object.keys;
76
var
objGet = (obj, id) => ifNotUndefined(obj, (obj2) => obj2[id]);
77
var
objHas = (obj, id) => id in obj;
78
var
objDel = (obj, id) => {
79
delete obj[id];
Callers
2
useThing
Function · 0.70
Provider
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…