Simplify public headers more

This commit is contained in:
2025-08-17 16:38:38 -04:00
parent 8862fdd588
commit 34ebf5725f
6 changed files with 36 additions and 370 deletions

View File

@@ -120,6 +120,11 @@ public:
/**
* @brief Check if read version has been explicitly set during parsing.
*
* @note This function is primarily used for testing to verify parser
* behavior. It exposes internal parser state that is not typically needed in
* production code.
*
* @return true if read version was set during parsing
*/
bool has_read_version_been_set() const;