MCPcopy Create free account
hub / github.com/buggins/coolreader / LVCreateCompareTestStream

Function LVCreateCompareTestStream

crengine/src/crtest.cpp:166–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164};
165
166LVStreamRef LVCreateCompareTestStream( LVStreamRef stream1, LVStreamRef stream2 )
167{
168 return LVStreamRef( new LVCompareTestStream(stream1, stream2) );
169}
170#endif
171
172// external tests declarations

Callers 3

openExistingMethod · 0.85
createNewMethod · 0.85
runBlockWriteCacheTestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected