MCPcopy Create free account
hub / github.com/csyonghe/Spire / GetStorageClass

Method GetStorageClass

Source/SpireCore/SpirVCodeGen.cpp:668–672  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

666 return typeIL;
667 }
668 StorageClass GetStorageClass()
669 {
670 if (!available) return StorageClass::Invalid;
671 return store;
672 }
673 CompiledFunction * GetFunc()
674 {
675 if (!available || idClass != IDClass::Function)

Calls

no outgoing calls

Tested by

no test coverage detected