MCPcopy Create free account
hub / github.com/GrowthEase/GameSentry / nativeFunction

Method nativeFunction

lib/component/agent/structs/method.js:94–96  ·  view source on GitHub ↗

@internal

()

Source from the content-addressed store, hash-verified

92
93 /** @internal */
94 get nativeFunction() {
95 return new NativeFunction(this.virtualAddress, this.returnType.fridaAlias, this.fridaSignature);
96 }
97
98 /** Gets the encompassing object of the current method. */
99 get object() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected