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

Method parameterCount

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

Gets the amount of parameters of this method.

()

Source from the content-addressed store, hash-verified

102
103 /** Gets the amount of parameters of this method. */
104 get parameterCount() {
105 return Il2Cpp.Api._methodGetParameterCount(this);
106 }
107
108 /** Gets the parameters of this method. */
109 get parameters() {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected