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

Function il2cpp_send_function

lib/cli/index.js:135–137  ·  view source on GitHub ↗
(method_handle, function_return_value, args_param)

Source from the content-addressed store, hash-verified

133}
134
135function il2cpp_send_function(method_handle, function_return_value, args_param) {
136 func.send_function(method_handle, function_return_value, args_param);
137}
138
139function il2cpp_search_class_instance(class_handle) {
140 field.search_class_instance(class_handle);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected