Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cwida/ALP
/ SetBuffer
Method
SetBuffer
publication/source_code/include/chimp/packed_data.hpp:71–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
70
public:
71
void SetBuffer(uint16_t* buffer) {
72
this->buffer = buffer;
73
this->index = 0;
74
}
75
76
void Reset() { this->index = 0; }
77
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected