MCPcopy Create free account
hub / github.com/covscript/covscript / structure

Method structure

include/covscript/core/core.hpp:928–928  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

926
927 public:
928 structure() = delete;
929
930 structure(const type_id &id, std::string name, const domain_type &data) : m_id(id),
931 m_name(std::move(name)),

Callers

nothing calls this directly

Calls 7

invokeFunction · 0.85
is_sameMethod · 0.80
dataMethod · 0.80
swapFunction · 0.70
moveFunction · 0.50
copyFunction · 0.50
existMethod · 0.45

Tested by

no test coverage detected