MCPcopy Create free account
hub / github.com/apache/incubator-pegasus / write

Method write

src/aio/disk_engine.cpp:114–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114aio_task *disk_file::write(aio_task *tsk, void *ctx)
115{
116 tsk->add_ref(); // release on completion
117 return _write_queue.add_work(tsk, ctx);
118}
119
120aio_task *disk_file::on_read_completed(aio_task *wk, error_code err, size_t size)
121{

Callers 2

writeFunction · 0.45
write_vectorFunction · 0.45

Calls 5

get_aio_contextMethod · 0.80
add_refMethod · 0.45
add_workMethod · 0.45
executeMethod · 0.45
enqueueMethod · 0.45

Tested by

no test coverage detected