MCPcopy Create free account
hub / github.com/alibaba/PhotonLibOS / async_callback

Function async_callback

fs/test/test.cpp:540–549  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

538}
539
540int async_callback(void* ptr, AsyncResult<ssize_t>* ar)
541{
542 auto host = ptr;
543 auto object = ar->object;
544 auto operation = ar->operation;
545 auto error_number = ar->error_number;
546 auto result = ar->result;
547 LOG_DEBUG(VALUE(host), VALUE(object), VALUE(operation), VALUE(error_number), VALUE(result));
548 return 0;
549}
550
551TEST(AsyncFS, AsyncFS)
552{

Callers 1

async_callbackMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected