MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / isEmpty

Function isEmpty

Libraries/Common/StringPath.h:69–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 [[nodiscard]] StringEncoding getEncoding() const { return StringEncoding::Native; }
68
69 [[nodiscard]] bool isEmpty() const { return path.view().isEmpty(); }
70 [[nodiscard]] bool append(StringSpan str) { return path.append(str); }
71 [[nodiscard]] bool assign(StringSpan str) { return path.assign(str); }
72

Callers

nothing calls this directly

Calls 2

isEmptyMethod · 0.45
viewMethod · 0.45

Tested by

no test coverage detected