Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GaijinEntertainment/daScript
/ isVectorType
Method
isVectorType
include/daScript/ast/ast_typedecl.h:912–915 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
910
}
911
912
__forceinline bool TypeDecl::isVectorType() const {
913
if ( dim.size() ) return false;
914
return isBaseVectorType();
915
}
916
917
__forceinline bool TypeDecl::isConst() const {
918
return constant;
Callers
8
visit
Method · 0.80
sv_trySimulate_At
Method · 0.80
visit
Method · 0.80
visit
Method · 0.80
isConstRedundantForCpp
Function · 0.80
transformCall
Method · 0.80
verifyCallCorrect
Method · 0.80
verifySingleArgumentType
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected