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

Method Visit

IDEHelper/Compiler/BfAutoComplete.cpp:3123–3126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3121 }
3122
3123 virtual void Visit(BfAstNode* bfAstNode) override
3124 {
3125 mSelected = mAutoComplete->IsAutocompleteNode(bfAstNode);
3126 }
3127
3128 virtual void Visit(BfBinaryOperatorExpression* binOpExpr) override
3129 {

Callers

nothing calls this directly

Calls 1

IsAutocompleteNodeMethod · 0.80

Tested by

no test coverage detected