Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ IsUnnamedTupleField
Method
IsUnnamedTupleField
IDEHelper/Compiler/BfSystem.h:666–669 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
664
}
665
666
bool IsUnnamedTupleField()
667
{
668
return (mName[0] >=
'0'
) && (mName[0] <=
'9'
);
669
}
670
671
bool IsEnumCaseEntry();
672
Callers
8
HandleTupleVariableDeclaration
Method · 0.80
TryCaseTupleMatch
Method · 0.80
TryCaseEnumMatch
Method · 0.80
SantizeTupleType
Method · 0.80
CastToValue
Method · 0.80
Cast
Method · 0.80
GenerateAutocompleteInfo
Method · 0.80
Visit
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected