Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ isString
Method
isString
Utilities/cmjsoncpp/src/lib_json/json_value.cpp:1371–1371 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1369
bool Value::isNumeric() const { return isDouble(); }
1370
1371
bool Value::isString() const { return type() == stringValue; }
1372
1373
bool Value::isArray() const { return type() == arrayValue; }
1374
Callers
15
ObjectPropsFilter
Function · 0.80
deserialize
Method · 0.80
ConditionHelper
Function · 0.80
EnvironmentHelper
Function · 0.80
PresetNameHelper
Function · 0.80
PresetVectorOneOrMoreStringHelper
Function · 0.80
InitFromInfo
Method · 0.80
PackageResolveModeHelper
Function · 0.80
cmLoadFlagTableJson
Function · 0.80
String
Function · 0.80
PlistSupportedPlatformHelper
Function · 0.80
PlistSupportedPlatformVariantHelper
Function · 0.80
Calls
1
type
Class · 0.50
Tested by
8
ObjectPropsFilter
Function · 0.64
TestPresetOutputVerbosityHelper
Function · 0.64
TestPresetOutputTruncationHelper
Function · 0.64
TestPresetOptionalFilterIncludeIndexHelper
Function · 0.64
TestPresetExecutionShowOnlyHelper
Function · 0.64
TestPresetExecutionModeHelper
Function · 0.64
TestPresetExecutionNoTestsActionHelper
Function · 0.64
TestPresetExecutionJobsHelper
Function · 0.64