| 265 | FunctionSelectCall(int scope): scope(scope){} |
| 266 | bool proceed(){ return !bestFuncList.size(); } |
| 267 | void action(unsigned hash){ SelectFunctionsForHash(hash, scope); } |
| 268 | unsigned scope; |
| 269 | }; |
| 270 |
nothing calls this directly
no test coverage detected