MCPcopy 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
31bool InfoNode::IsString() const {
32 return GetKind() == InfoKind::String;
33}
34
35bool InfoNode::IsBool() const {
36 return GetKind() == InfoKind::Bool;

Callers 1

MakeNameStyleFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected