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

Method flags

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

Gets the flags of the current method.

()

Source from the content-addressed store, hash-verified

22
23 /** Gets the flags of the current method. */
24 get flags() {
25 return Il2Cpp.Api._methodGetFlags(this, NULL);
26 }
27
28 /** Gets the implementation flags of the current method. */
29 get implementationFlags() {

Callers

nothing calls this directly

Calls 1

_methodGetFlagsMethod · 0.80

Tested by

no test coverage detected