Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GaijinEntertainment/daScript
/ isSimpleType
Function
isSimpleType
include/daScript/simulate/debug_info.h:395–397 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
393
}
394
}
395
__forceinline bool isSimpleType() const {
396
return dimSize == 0 && isSimpleBaseType(type);
397
}
398
__forceinline bool isDimOfSimpleType() const {
399
return dimSize == 1 && isSimpleBaseType(type);
400
}
Callers
1
isSimpleType
Method · 0.85
Calls
1
isSimpleBaseType
Function · 0.85
Tested by
no test coverage detected