MCPcopy Create free account
hub / github.com/async-profiler/async-profiler / put

Method put

src/flightRecorder.cpp:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 }
104
105 void put(const char* v, u32 len) {
106 memcpy(_data + _offset, v, len);
107 _offset += (int)len;
108 }
109
110 void put8(char v) {
111 _data[_offset++] = v;

Callers 1

writeHeaderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected