Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ IsString
Method
IsString
Util/src/InfoTree/InfoNode.cpp:31–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
}
30
31
bool InfoNode::IsString() const {
32
return GetKind() == InfoKind::String;
33
}
34
35
bool InfoNode::IsBool() const {
36
return GetKind() == InfoKind::Bool;
Callers
1
MakeNameStyle
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected