MCPcopy Create free account
hub / github.com/Cambricon/mlu-ops / StringData

Method StringData

core/logging.cpp:74–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 };
73
74 StringData() = default;
75 StringData(const char* data, size_t size) : data(data), size(size) {}
76
77 bool operator==(const StringData& rhs) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected