MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / ExampleFunction

Function ExampleFunction

unittests/APITests/fextl_function.cpp:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6using FEXCore::Allocator::MemoryRegion;
7
8static int ExampleFunction(int arg1, int arg2) {
9 return arg1 * arg2;
10}
11
12struct TrivialExampleFunctionObject {
13 int operator()() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected