MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / get_or_create

Method get_or_create

Libs/sol/sol.hpp:23165–23167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23163
23164 template <typename T>
23165 decltype(auto) get_or_create() {
23166 return get_or_create<T>(new_table());
23167 }
23168
23169 template <typename T, typename Otherwise>
23170 decltype(auto) get_or_create(Otherwise&& other) {

Callers

nothing calls this directly

Calls 3

validMethod · 0.95
new_tableClass · 0.85
setMethod · 0.45

Tested by

no test coverage detected