38void digest_object(std::shared_ptr<entry::Object>
object, std::string_view doc,
42 std::string_view doc);
45 std::shared_ptr<entry::Object> view,
const dv::ObjectFieldFilter &filter,
46 const std::map<std::string, std::string> &metadata, std::string_view doc,
Definition: digester.h:35
std::string post_process_json(std::shared_ptr< entry::Object > view, const dv::ObjectFieldFilter &filter, const std::map< std::string, std::string > &metadata, std::string_view doc, bool compute_checksum)
Performs various post-processing tasks on a JSON document produced for a json view.
Definition: object_checksum.cc:926
std::string compute_checksum(std::shared_ptr< entry::Object > object, std::string_view doc)
Definition: object_checksum.cc:905
void digest_object(std::shared_ptr< entry::Object > object, std::string_view doc, helper::interface::Digester *digest)
Definition: object_checksum.cc:897
Definition: authorize_manager.h:48