Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/altairwei/WizNotePlus
/ isString
Method
isString
src/share/jsoncpp/jsoncpp.cpp:3821–3821 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3819
bool Value::isNumeric() const { return isDouble(); }
3820
3821
bool Value::isString() const { return type_ == stringValue; }
3822
3823
bool Value::isArray() const { return type_ == arrayValue; }
3824
Callers
10
findNewerReleases
Method · 0.80
isSucceededStandardJsonRequest
Method · 0.80
JsonValueToText
Function · 0.80
stringify
Method · 0.80
underscore.js
File · 0.80
sequence-diagram.js
File · 0.80
kity.min.js
File · 0.80
d
Function · 0.80
kityminder.core.min.js
File · 0.80
mathjax-sre.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected