MCPcopy Create free account
hub / github.com/ComodoSecurity/openedr / createStreamCache

Function createStreamCache

edrav2/iprj/libcore/src/streamcache.cpp:70–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68//
69//
70ObjPtr<IRawReadableStream> createStreamCache(ObjPtr<IRawReadableStream> pStream, Size nCacheSize)
71{
72 auto pObj = createObject(CLSID_RawReadableStreamCache,
73 Dictionary({ {"stream", pStream}, {"cacheSize", nCacheSize} }));
74 return queryInterface<IRawReadableStream>(pObj);
75}
76
77////////////////////////////////////////////////////////////////////////////////
78//

Callers 1

Calls 1

DictionaryClass · 0.50

Tested by

no test coverage detected