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

Function function_ordering_test_one

unittests/compiled_tests.cpp:309–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307#include <chaiscript/utility/utility.hpp>
308
309int function_ordering_test_one(const int &)
310{
311 return 1;
312}
313
314int function_ordering_test_two(int &)
315{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected