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

Method get_or_create

extlibs/sol3/include/sol/sol.hpp:22386–22388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22384
22385 template <typename T>
22386 decltype(auto) get_or_create() {
22387 return get_or_create<T>(new_table());
22388 }
22389
22390 template <typename T, typename Otherwise>
22391 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