Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
112
IStream* new_simplex_memory_stream(uint32_t capacity)
113
{
114
return new SimplexMemoryStream(capacity);
115
}
116
117
DuplexMemoryStream* new_duplex_memory_stream(uint32_t capacity)
118
{
Callers
1
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.68