MCPcopy Create free account
hub / github.com/bbidulock/icewm / MStringRef

Method MStringRef

src/mstring.h:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23class MStringRef {
24public:
25 MStringRef(): fStr(nullptr) {}
26 explicit MStringRef(MStringData* data): fStr(data) {}
27 explicit MStringRef(size_t len) { alloc(len); }
28 MStringRef(const char* str, size_t len) { create(str, len); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected