cmFileAPI: Add BuildReplyEntry wrapper around AddReplyIndexObject

This commit is contained in:
Brad King
2025-04-12 19:44:40 -04:00
parent 5e0a644ee8
commit 09aa968ed0
2 changed files with 8 additions and 2 deletions

View File

@@ -177,6 +177,7 @@ private:
Json::Value BuildReplyIndex();
Json::Value BuildCMake();
Json::Value BuildReply(Query const& q);
Json::Value BuildReplyEntry(Object const& object);
static Json::Value BuildReplyError(std::string const& error);
Json::Value const& AddReplyIndexObject(Object const& o);