MCPcopy Create free account
hub / github.com/KTH-RPL/dufomap / data

Function data

src/toml.hpp:6982–6986  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6980 }
6981
6982 TOML_PURE_INLINE_GETTER
6983 const char* data() const noexcept
6984 {
6985 return key_.data();
6986 }
6987
6988 TOML_PURE_INLINE_GETTER
6989 size_t length() const noexcept

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected