MCPcopy Create free account
hub / github.com/CreditTone/hooker / getObject

Function getObject

js/object_store.js:50–54  ·  view source on GitHub ↗
(objectId)

Source from the content-addressed store, hash-verified

48}
49
50function getObject(objectId) {
51 var radarPropertiesClz = Java.use("gz.radar.objects.ObjectsStore");
52 var obj = radarPropertiesClz.getObject(objectId+"");
53 return obj;
54}
55
56
57function getField(javaObject, fieldName) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected