Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
117
DuplexMemoryStream* new_duplex_memory_stream(uint32_t capacity)
118
{
119
return new DuplexMemoryStreamImpl(capacity);
120
}
121
122
class FaultStream : public IStream
123
{
Callers
1
TEST_F
Function · 0.85
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.68