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

Method getList

tests/run_time/source/container_table.cpp:282–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280 }
281
282 sol::nested<info_vector&> getList() {
283 return sol::nested<info_vector&>(list);
284 }
285 };
286
287 sol::state lua;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected