MCPcopy Create free account
hub / github.com/a2flo/floor / data

Method data

constexpr/const_string.hpp:52–52  ·  view source on GitHub ↗

data access via a simple c string pointer

Source from the content-addressed store, hash-verified

50
51 //! data access via a simple c string pointer
52 constexpr const char* data() const { return &content.data[0]; }
53 //! redundant size() function for usability (note that this of course also includes \0 chars)
54 constexpr size_t size() const { return count; }
55

Callers 1

operator+Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected