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

Method differentArguments

test/embind/embind_test.cpp:1503–1505  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1501 }
1502
1503 void differentArguments(
1504 int i, double d, unsigned char f, double q, std::string s) {
1505 }
1506
1507 std::shared_ptr<Derived> returnsSharedPtr() {
1508 return std::shared_ptr<Derived>();

Callers 1

callDifferentArgumentsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected