MCPcopy Create free account
hub / github.com/Palm1r/QodeAssist / writeInt

Method writeInt

sources/tomlSerializer/TomlWriter.cpp:78–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78void TomlWriter::writeInt(const QString &key, qint64 value)
79{
80 writeKeyPrefix(key);
81 m_out += QString::number(value);
82 m_out += QLatin1Char('\n');
83}
84
85void TomlWriter::writeDouble(const QString &key, double value)
86{

Callers 2

writeIdentityBlockMethod · 0.80
writeLaunchBlockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected