Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/PhotonLibOS
/ done
Method
done
fs/exportfs.cpp:305–308 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
303
return 0;
304
}
305
Done<R> done()
306
{
307
return {this, &AsyncWaiter<R>::on_done};
308
}
309
R wait()
310
{
311
while(!_got_it)
Callers
1
vioctl
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected