MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / pass_gameobject_ptr

Function pass_gameobject_ptr

test/embind/embind_benchmark.cpp:104–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104GameObjectPtr __attribute__((noinline)) pass_gameobject_ptr(GameObjectPtr p) {
105 return p;
106}
107
108class Foo {
109public:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected