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

Method fsOpen

Libraries/Await/Await.cpp:1037–1042  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1035}
1036
1037AwaitFileSystemOperationAwaiter AwaitEventLoop::fsOpen(ThreadPool& threadPool, StringSpan path, FileOpen mode,
1038 FileDescriptor& outFile)
1039{
1040 return AwaitFileSystemOperationAwaiter(*this, threadPool, AwaitFileSystemOperationType::Open, path, StringSpan(),
1041 mode, &outFile);
1042}
1043
1044AwaitFileSystemOperationAwaiter AwaitEventLoop::fsClose(ThreadPool& threadPool, FileDescriptor& file)
1045{

Callers 8

fsOpenCancellableMethod · 0.80
fsOpenCloseChildMethod · 0.80
readConfigFileFunction · 0.80
readOneFileFunction · 0.80
copyThenSendFunction · 0.80

Calls 2

StringSpanFunction · 0.85

Tested by 5

fsOpenCancellableMethod · 0.64
fsOpenCloseChildMethod · 0.64