MCPcopy Create free account
hub / github.com/RangeNetworks/openbts / string

Method string

Scanning/Scanning.h:63–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 }
62 }
63 const char *string() const {
64 if (mDir == Up) {
65 return "up";
66 } else if (mDir == Down) {
67 return "down";
68 }
69 return "";
70 }
71
72 private:
73 int mDir;

Callers 1

powerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected