MCPcopy Create free account
hub / github.com/Illumina/paragraph / isNull

Method isNull

external/jsoncpp/jsoncpp.cpp:3771–3771  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3769}
3770
3771bool Value::isNull() const { return type_ == nullValue; }
3772
3773bool Value::isBool() const { return type_ == booleanValue; }
3774

Callers 2

WorkflowMethod · 0.80
postProcessMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected