MCPcopy Create free account
hub / github.com/WiVRn/WiVRn / write

Method write

client/libcurl.cpp:294–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292}
293
294size_t libcurl::transfer_file::write(void * data, size_t size) noexcept
295{
296 stream.write(reinterpret_cast<const char *>(data), size);
297 if (not stream)
298 return CURL_WRITEFUNC_ERROR;
299 return size;
300}
301
302void libcurl::transfer_file::finish() noexcept
303{

Callers 15

write_entryFunction · 0.45
curl_thread_fnMethod · 0.45
write_whole_fileFunction · 0.45
operator()Method · 0.45
mainFunction · 0.45
on_json_configurationFunction · 0.45
SendDataMethod · 0.45
process_mic_dataMethod · 0.45
add_sampleMethod · 0.45
get_atMethod · 0.45
server_cookieFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected