MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / data

Method data

include/chaiscript/dispatchkit/any.hpp:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 }
74
75 void *data() override
76 {
77 return &m_data;
78 }
79
80 std::unique_ptr<Data> clone() const override
81 {

Callers 2

string_typeFunction · 0.80
AnyClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected