MCPcopy Create free account
hub / github.com/alibaba/PhotonLibOS / new_duplex_memory_stream

Function new_duplex_memory_stream

common/memory-stream/memory-stream.cpp:117–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117DuplexMemoryStream* new_duplex_memory_stream(uint32_t capacity)
118{
119 return new DuplexMemoryStreamImpl(capacity);
120}
121
122class FaultStream : public IStream
123{

Callers 1

TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.68