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

Method method

lib/component/agent/structs/object.js:34–36  ·  view source on GitHub ↗

Gets the method with the given name.

(name, parameterCount = -1)

Source from the content-addressed store, hash-verified

32 }
33 /** Gets the method with the given name. */
34 method(name, parameterCount = -1) {
35 return this.class.method(name, parameterCount).withHolder(this);
36 }
37 /** Notifies a thread in the waiting queue of a change in the locked object's state. */
38 pulse() {
39 return Il2Cpp.Api._monitorPulse(this);

Callers

nothing calls this directly

Calls 1

withHolderMethod · 0.45

Tested by

no test coverage detected