MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / Input

Method Input

CodeFormatServer/src/DB/DBBase.h:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13 virtual ~DBBase(){};
14
15 virtual void Input(const K &key, V &&value) {
16 _hash[key] = value;
17 }
18
19 virtual std::optional<V> Query(const K &key) {
20 if (_hash.contains(key)) {

Callers 2

UpdateFileMethod · 0.45
GetLineIndexMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected