Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/cuda-quantum
/ insertIntoTuple
Method
insertIntoTuple
runtime/common/RecordLogParser.h:159–161 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
157
158
template <typename T>
159
void insertIntoTuple(size_t offset, T value) {
160
std::memcpy(buffer.data() + offset, &value, sizeof(T));
161
}
162
163
private:
164
std::vector<char> buffer;
Callers
nothing calls this directly
Calls
1
data
Method · 0.45
Tested by
no test coverage detected