MCPcopy Create free account
hub / github.com/cc20110101/RedisView / getKey

Method getKey

src/RedisView/AppView/DataView.cpp:637–639  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

635}
636
637QString DataView::getKey() {
638 return _key;
639}
640
641void DataView::setValue(const QString &value) {
642 _value = value;

Callers 3

delMethod · 0.45
alterMethod · 0.45
addMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected