MCPcopy Create free account
hub / github.com/ThePhD/sol2 / dump_always_fail

Function dump_always_fail

tests/run_time/source/dump.cpp:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32int dump_always_fail_number = -32;
33
34int dump_always_fail(lua_State*, const void*, size_t, void*) {
35 return dump_always_fail_number;
36}
37
38TEST_CASE("dump/dump transfer", "test that a function can be transferred from one place to another") {
39 SECTION("safe") {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected