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

Method putByteString

src/flightRecorder.cpp:177–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175 }
176
177 void putByteString(const char* v, u32 len) {
178 put8(5); // STRING_ENCODING_LATIN1_BYTE_ARRAY
179 putVar32(len);
180 put(v, len);
181 }
182
183 void putByteString(const char* v) {
184 if (v == NULL) {

Callers 2

recordUserEventMethod · 0.80
recordProcessSampleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected