MCPcopy Create free account
hub / github.com/alibaba/euler / DeSerialize

Method DeSerialize

euler/core/graph/node.h:149–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147 virtual bool DeSerialize(const char* s, size_t size);
148
149 bool DeSerialize(const std::string& data) {
150 return DeSerialize(data.c_str(), data.size());
151 }
152
153 virtual bool Serialize(std::string* s) const;
154

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected