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

Method CxtThreadProc

svf/include/Util/CxtStmt.h:400–402  ·  view source on GitHub ↗

Constructor

Source from the content-addressed store, hash-verified

398public:
399 /// Constructor
400 CxtThreadProc(NodeID t, const CallStrCxt& c, const FunObjVar* f) :CxtProc(c,f),tid(t)
401 {
402 }
403 /// Copy constructor
404 CxtThreadProc(const CxtThreadProc& ctm) : CxtProc(ctm.getContext(),ctm.getProc()), tid(ctm.getTid())
405 {

Callers

nothing calls this directly

Calls 2

getProcMethod · 0.80
getTidMethod · 0.45

Tested by

no test coverage detected