MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / FindBitmap

Function FindBitmap

unittests/compiled_tests.cpp:980–984  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

978
979
980bool FindBitmap(int &ox, int &oy, long) {
981 ox = 1;
982 oy = 2;
983 return true;
984}
985
986TEST_CASE("Mismatched numeric types only convert necessary params")
987{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected