MCPcopy Create free account
hub / github.com/baumgarr/nixnote2 / doubleValue

Method doubleValue

xml/importdata.cpp:995–997  ·  view source on GitHub ↗

take a node's value and return a double value

Source from the content-addressed store, hash-verified

993//* take a node's value and return a double value
994//***********************************************************
995double ImportData::doubleValue() {
996 return textValue().toDouble();
997}
998
999
1000//***********************************************************

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected