Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinience/RedisStudio
/ Decoder
Method
Decoder
RedisStudio/SSDB/bytes.h:185–185 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
183
const char *p;
184
int size;
185
Decoder(){}
186
public:
187
Decoder(const char *p, int size){
188
this->p = p;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected