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

Method shapes

include/task.h:123–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121 }
122
123 inline const uint32_t shapes(uint32_t offset) const {
124 auto itr = shapes_.find(offset);
125 if (itr == shapes_.end()) {
126 throw std::runtime_error("Cannot find shape information");
127 }
128 return itr->second;
129 }
130
131 inline auto const& atoi_info() const {
132 return atoi_info_;

Callers 1

add_resultsFunction · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected