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

Method load_hint

include/task.h:289–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287 }
288
289 void load_hint() { // load hint from base task
290 if (!base_task || !base_task->solved) return;
291 for (auto itr = inputs_.begin(), e = inputs_.end(); itr != e; itr++) {
292 auto got = base_task->solution.find(itr->first);
293 if (got != base_task->solution.end())
294 itr->second = got->second;
295 }
296 }
297
298};
299

Callers 1

solveMethod · 0.80

Calls 3

beginMethod · 0.45
endMethod · 0.45
findMethod · 0.45

Tested by

no test coverage detected