Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ HasAppendAlloc
Method
HasAppendAlloc
IDEHelper/Compiler/BfModule.cpp:462–467 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
460
}
461
462
bool HasAppendAlloc(BfAstNode* node)
463
{
464
mHas = false;
465
VisitChild(node);
466
return mHas;
467
}
468
};
469
470
class AppendAllocVisitor : public BfStructuralVisitor
Callers
1
Visit
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected