progress on session_insert_builder

This commit is contained in:
Sascha Kühl
2025-06-24 16:16:28 +02:00
parent c28ba7da5e
commit e72733d37e
8 changed files with 68 additions and 302 deletions
+2 -2
View File
@@ -136,12 +136,12 @@ public:
* Returns true if the schema contains
* no schema nodes.
*
* @return True if schema is empty
* @return True if the schema is empty
*/
[[nodiscard]] bool empty() const;
/**
* Returns the current number of schema node.
* Returns the current number of the schema node.
*
* @return Number of schema nodes
*/