MCPcopy Create free account
hub / github.com/R-Fuzz/symsan / SearchTask

Method SearchTask

include/task.h:75–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73class SearchTask {
74public:
75 SearchTask(): scratch_args(nullptr), max_const_num_(0),
76 stopped(false), attempts(0), solved(false), skip_next(false),
77 base_task(nullptr) {}
78 SearchTask(const SearchTask&) = delete;
79 ~SearchTask() { if (scratch_args) free(scratch_args); }
80 inline bool has_finalized() const { return scratch_args != nullptr; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected