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

Function new_simplex_memory_stream

common/memory-stream/memory-stream.cpp:112–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110};
111
112IStream* new_simplex_memory_stream(uint32_t capacity)
113{
114 return new SimplexMemoryStream(capacity);
115}
116
117DuplexMemoryStream* new_duplex_memory_stream(uint32_t capacity)
118{

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68