Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GaijinEntertainment/daScript
/ isString
Method
isString
include/daScript/ast/ast_typedecl.h:790–792 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
788
}
789
790
__forceinline bool TypeDecl::isString() const {
791
return (baseType==Type::tString) && dim.size()==0;
792
}
793
794
__forceinline bool TypeDecl::isSimpleType(Type typ) const {
795
return baseType==typ && isSimpleType();
Callers
15
underscore.js
File · 0.80
underscore-1.3.1.js
File · 0.80
transformCall
Method · 0.80
initMain
Method · 0.80
verifyToTableMove
Method · 0.80
visit
Method · 0.80
preVisitForStack
Method · 0.80
visitForSource
Method · 0.80
getSideEffects
Method · 0.80
visit
Method · 0.80
hasStringData
Method · 0.80
visit
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
1
transformCall
Method · 0.64