MCPcopy
hub / github.com/xyproto/algernon / getProperty

Function getProperty

engine/assets/reactrefresh/react-refresh-runtime.js:53–57  ·  view source on GitHub ↗
(object, property)

Source from the content-addressed store, hash-verified

51 return clone;
52 }
53 function getProperty(object, property) {
54 try {
55 return object[property];
56 } catch (err) {}
57 }
58 function register(type, id) {
59 if (
60 !(

Callers 3

registerFunction · 0.85
setSignatureFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected