MCPcopy Create free account
hub / github.com/AGWA/git-crypt / is_empty

Method is_empty

key.hpp:79–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 void generate ();
78
79 bool is_empty () const { return entries.empty(); }
80 bool is_filled () const { return !is_empty(); }
81
82 uint32_t latest () const;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected