Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ IsAutocomplete
Method
IsAutocomplete
IDEHelper/Compiler/BfCompiler.cpp:5712–5715 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5710
5711
5712
bool BfCompiler::IsAutocomplete()
5713
{
5714
return (mResolvePassData != NULL) && (mResolvePassData->mAutoComplete != NULL);
5715
}
5716
5717
bool BfCompiler::IsDataResolvePass()
5718
{
Callers
15
TryInitVar
Method · 0.80
Visit
Method · 0.80
LocalVariableDone
Method · 0.80
Warn
Method · 0.80
ResolveConstField
Method · 0.80
InitTypeInst
Method · 0.80
GetCustomAttributes
Method · 0.80
AddMethodReference
Method · 0.80
GetMethodInstance
Method · 0.80
AssertErrorState
Method · 0.80
EmitDtorBody
Method · 0.80
ProcessMethod
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected