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

Method doubleValue

xml/batchimport.cpp:358–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356
357
358double BatchImport::doubleValue() {
359 return textValue().toDouble();
360}
361
362
363bool BatchImport::booleanValue() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected