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

Method SimpleLRU

SubtitleFontAutoLoaderDaemon/Prefetch.cpp:69–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67
68public:
69 SimpleLRU(size_t initialSize)
70 : m_capacity(initialSize)
71 {
72 m_nodes.reserve(initialSize);
73 }
74
75 bool Put(T&& value)
76 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected