MCPcopy Create free account
hub / github.com/beefytech/Beef / VisitChild

Method VisitChild

IDEHelper/Backend/BeModule.cpp:48–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46//////////////////////////////////////////////////////////////////////////
47
48void BeValueVisitor::VisitChild(BeValue* value)
49{
50 if (value != NULL)
51 value->Accept(this);
52}
53
54BeValue* BeInliner::Remap(BeValue* srcValue)
55{

Callers 3

DoInliningMethod · 0.45

Calls 1

AcceptMethod · 0.80

Tested by

no test coverage detected