MCPcopy Create free account
hub / github.com/csyonghe/Spire / VisitComponent

Method VisitComponent

Source/SpireCore/CodeGenerator.cpp:573–576  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

571 }
572 }
573 virtual RefPtr<ComponentSyntaxNode> VisitComponent(ComponentSyntaxNode *) override
574 {
575 throw NotImplementedException();
576 }
577 void VisitComponent(ComponentDefinitionIR * comp)
578 {
579 currentComponent = comp;

Callers

nothing calls this directly

Calls 10

EscapeCodeNameFunction · 0.85
IsInputMethod · 0.80
IsParamMethod · 0.80
PtrMethod · 0.45
InsertMethod · 0.45
AddMethod · 0.45
AcceptMethod · 0.45
ClearMethod · 0.45
ContainsKeyMethod · 0.45

Tested by

no test coverage detected