MCPcopy Create free account
hub / github.com/ceph/ceph / empty

Method empty

src/auth/Crypto.h:130–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128 const ceph::buffer::ptr& get_secret() const { return secret; }
129
130 bool empty() const { return ckh.get() == nullptr; }
131
132 void encode_base64(std::string& s) const {
133 ceph::buffer::list bl;

Callers 15

Auth.ccFile · 0.45
from_ceph_contextMethod · 0.45
encode_formattedMethod · 0.45
decodeMethod · 0.45
loadMethod · 0.45
printMethod · 0.45
_parse_method_listMethod · 0.45
_parse_mode_listMethod · 0.45
any_supported_methodsMethod · 0.45
encryptMethod · 0.45
decryptMethod · 0.45
AuthMethodListMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected