MCPcopy Create free account
hub / github.com/CieNTi/serial_port_plotter / keySize

Function keySize

qcustomplot/qcustomplot.h:5700–5700  ·  view source on GitHub ↗

getters:

Source from the content-addressed store, hash-verified

5698
5699 // getters:
5700 int keySize() const { return mKeySize; }
5701 int valueSize() const { return mValueSize; }
5702 QCPRange keyRange() const { return mKeyRange; }
5703 QCPRange valueRange() const { return mValueRange; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected