MCPcopy Create free account
hub / github.com/SVF-tools/SVF / getNumOfForksite

Method getNumOfForksite

svf/include/Graphs/ThreadCallGraph.h:292–295  ·  view source on GitHub ↗

Num of fork/join sites @{

Source from the content-addressed store, hash-verified

290 /// Num of fork/join sites
291 //@{
292 inline u32_t getNumOfForksite() const
293 {
294 return forksites.size();
295 }
296 inline u32_t getNumOfJoinsite() const
297 {
298 return joinsites.size();

Callers 1

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected