| 561 | |
| 562 | public: |
| 563 | ClientProtocal() {} |
| 564 | |
| 565 | int64_t checkPermission(std::vector<std::string> manufactures, std::vector<std::string> certs, int pid, int uid, int tid, int64_t timestamp) { |
| 566 | IClientEngine *pEngine = engine(); |
nothing calls this directly
no outgoing calls
no test coverage detected