Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ThePhD/sol2
/ ModList
Method
ModList
tests/run_time/source/container_table.cpp:278–280 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
276
info_vector list;
277
278
ModList() {
279
list.push_back(info_t { {
"a"
,
"b"
} });
280
}
281
282
sol::nested<info_vector&> getList() {
283
return sol::nested<info_vector&>(list);
Callers
nothing calls this directly
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected