Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
trySendExceptionToClient
Method · 0.45
onResourceReportAction
Method · 0.45
processQuery
Method · 0.45
receiveIgnoredPartUUIDs
Method · 0.45
readHeaders
Function · 0.45
Calls
1
StringRef
Class · 0.85
Tested by
no test coverage detected