Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Haivision/srt
/ StringStorage
Method
StringStorage
srtcore/socketconfig.h:141–145 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
139
140
public:
141
StringStorage()
142
: len(0)
143
{
144
memset(stor, 0, sizeof stor);
145
}
146
147
StringStorage(const char* s, size_t length)
148
: len(0)
Callers
nothing calls this directly
Calls
1
set
Function · 0.85
Tested by
no test coverage detected