MCPcopy Create free account
hub / github.com/Apache553/SubtitleFontHelper / AddToCache

Method AddToCache

FontLoadInterceptor/RpcClient.cpp:119–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117 }
118
119 void AddToCache(const wchar_t* str)
120 {
121 if (!m_good)return;
122 std::lock_guard lg(m_lock);
123 CheckNewVerison();
124 m_cache.emplace(str);
125 }
126 };
127
128 void WritePipe(HANDLE pipe, const void* src, DWORD size)

Callers 1

QueryAndLoadFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected