| 6986 | } |
| 6987 | |
| 6988 | TOML_PURE_INLINE_GETTER |
| 6989 | size_t length() const noexcept |
| 6990 | { |
| 6991 | return key_.length(); |
| 6992 | } |
| 6993 | |
| 6994 | TOML_PURE_INLINE_GETTER |
| 6995 | const source_region& source() const noexcept |
nothing calls this directly
no outgoing calls
no test coverage detected