MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / isNumeric

Method isNumeric

src/share/jsoncpp/jsoncpp.cpp:3819–3819  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3817bool Value::isDouble() const { return type_ == intValue || type_ == uintValue || type_ == realValue; }
3818
3819bool Value::isNumeric() const { return isDouble(); }
3820
3821bool Value::isString() const { return type_ == stringValue; }
3822

Callers 2

jquery-1.11.3.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected