MCPcopy Create free account
hub / github.com/MonaSolutions/MonaServer / writePropertyName

Method writePropertyName

MonaCore/sources/QueryWriter.cpp:46–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46void QueryWriter::writePropertyName(const char* value) {
47 if (!_first)
48 packet.write("&");
49 else
50 _first = false;
51 Util::EncodeURI(value, packet);
52 _isProperty = true;
53}
54
55
56} // namespace Mona

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected