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

Function print_stack

include/sol/debug.hpp:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 }
42
43 inline void print_stack(lua_State* L) {
44 std::cout << dump_types(L) << std::endl;
45 }
46
47 inline void print_section(const std::string& message, lua_State* L) {
48 std::cout << "-- " << message << " -- [ " << dump_types(L) << " ]" << std::endl;

Callers

nothing calls this directly

Calls 1

dump_typesFunction · 0.85

Tested by

no test coverage detected