MCPcopy Create free account
hub / github.com/RickdeJager/stegseek / getStringRep

Method getStringRep

src/EncryptionAlgorithm.cc:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30void EncryptionAlgorithm::setValue(EncryptionAlgorithm::IRep irep) { Value = irep; }
31
32std::string EncryptionAlgorithm::getStringRep() const { return translate(Value); }
33
34EncryptionAlgorithm::IRep EncryptionAlgorithm::getIntegerRep() const { return Value; }
35

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected