Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/DeepNotesApp/DeepNotes
/ has
Function
has
apps/client/src/code/pages/slim.ts:127–129 ·
view source on GitHub ↗
(target, prop)
Source
from the content-addressed store, hash-verified
125
return
Reflect.getOwnPropertyDescriptor(target, prop);
126
},
127
has(target, prop) {
128
return
Reflect.has(target, prop);
129
},
130
ownKeys(target) {
131
return
Reflect.ownKeys(target);
132
},
Callers
nothing calls this directly
Calls
1
has
Method · 0.45
Tested by
no test coverage detected