MCPcopy Create free account
hub / github.com/ByConity/ByConity / add

Method add

src/Server/APIRequestHandler.h:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30 template <class K, class V>
31 void add(K && k, V && v)
32 {
33 doc.AddMember(std::forward<K>(k), std::forward<V>(v), doc.GetAllocator());
34 }
35
36 template <class K>
37 void add(K && k, const std::string & v)

Callers 5

processQueryMethod · 0.45
readHeadersFunction · 0.45

Calls 1

StringRefClass · 0.85

Tested by

no test coverage detected