MCPcopy 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

3819bool Value::isNumeric() const { return isDouble(); }
3820
3821bool Value::isString() const { return type_ == stringValue; }
3822
3823bool Value::isArray() const { return type_ == arrayValue; }
3824

Callers 10

findNewerReleasesMethod · 0.80
JsonValueToTextFunction · 0.80
stringifyMethod · 0.80
underscore.jsFile · 0.80
kity.min.jsFile · 0.80
dFunction · 0.80
mathjax-sre.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected