Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GaijinEntertainment/daScript
/ isConst
Method
isConst
include/daScript/ast/ast_typedecl.h:917–919 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
915
}
916
917
__forceinline bool TypeDecl::isConst() const {
918
return constant;
919
}
920
921
__forceinline bool TypeDecl::isAnyType() const {
922
return baseType==Type::anyArgument;
Callers
15
transformCall
Method · 0.80
isValidArgumentType
Function · 0.80
isMatchingArgumentType
Function · 0.80
isSameType
Function · 0.80
debug_type
Function · 0.80
reportOp2Errors
Method · 0.80
preVisitGlobalLet
Method · 0.80
visitStructureField
Method · 0.80
visitGlobalLetInit
Method · 0.80
visit
Method · 0.80
preVisitForStack
Method · 0.80
visitLetInit
Method · 0.80
Calls
no outgoing calls
Tested by
1
transformCall
Method · 0.64