| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected