| 28 | inline App* MyApp() { return PS::Postoffice::instance().app(); } |
| 29 | |
| 30 | inline Node MyNode() { return PS::Postoffice::instance().myNode(); } |
| 31 | |
| 32 | // Each node has an unique string id. |
| 33 | inline std::string MyNodeID() { return MyNode().id(); } |
no outgoing calls
no test coverage detected