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

Method modifier

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

Gets the access modifier of this method.

()

Source from the content-addressed store, hash-verified

82
83 /** Gets the access modifier of this method. */
84 get modifier() {
85 return Il2Cpp.Api._methodGetModifier(this).readUtf8String();
86 }
87
88 /** Gets the name of this method. */
89 get name() {

Callers

nothing calls this directly

Calls 1

_methodGetModifierMethod · 0.80

Tested by

no test coverage detected