MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / write

Method write

Libraries/File/File.cpp:314–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312}
313
314SC::Result SC::FileDescriptor::write(Span<const char> data, uint64_t offset)
315{
316 SC_TRY(seek(SeekStart, offset));
317 return write(data);
318}
319
320SC::Result SC::FileDescriptor::write(Span<const char> data)
321{

Callers 15

blockingGetMethod · 0.45
blockingPostMethod · 0.45
contentCodingPolicyMethod · 0.45
protocolPreferenceMethod · 0.45
proxyOptionsMethod · 0.45
methodCoverageMethod · 0.45
onEndMethod · 0.45
pollGetMethod · 0.45
pollConcurrentGetsMethod · 0.45
operationSchedulerMethod · 0.45

Calls 3

ResultClass · 0.50
dataMethod · 0.45
sizeInBytesMethod · 0.45

Tested by 15

blockingGetMethod · 0.36
blockingPostMethod · 0.36
contentCodingPolicyMethod · 0.36
protocolPreferenceMethod · 0.36
proxyOptionsMethod · 0.36
methodCoverageMethod · 0.36
onEndMethod · 0.36
pollGetMethod · 0.36
pollConcurrentGetsMethod · 0.36
operationSchedulerMethod · 0.36