Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csyonghe/Spire
/ GetVariableName
Method
GetVariableName
Source/SpireCore/SpirVCodeGen.cpp:643–647 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
641
return idClass == IDClass::Function;
642
}
643
String GetVariableName()
644
{
645
if (!available) return
""
;
646
return variableName;
647
}
648
String GetTypeName()
649
{
650
if (!available) return
""
;
Callers
1
AddInstrAccessChain_VectorMember
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected