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

Method noexcept_method

tests/exceptions/source/functions.noexcept.cpp:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 }
34
35 int noexcept_method() noexcept {
36 return 0x62;
37 }
38 };
39
40 static int raw_noexcept_function(lua_State* L) noexcept {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected