Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/PhotonLibOS
/ new_example_async_file
Function
new_example_async_file
fs/test/test.cpp:529–532 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
527
};
528
529
IAsyncFile* new_example_async_file()
530
{
531
return new ExampleAsyncFile;
532
}
533
IAsyncFileSystem* new_example_async_file_system()
534
{
535
return new ExampleAsyncFileSystem;
Callers
1
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected