MCPcopy Create free account
hub / github.com/andreasfertig/programming-with-cpp20 / Open

Function Open

08.30-structuredBindingsPOSIXError4/main.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20};
21
22auto Open(std::string_view fileName)
23{
24 return ReturnCode{open(fileName.data()), errno};
25}
26
27int main()
28{

Callers 1

mainFunction · 0.70

Calls 2

dataMethod · 0.80
openFunction · 0.70

Tested by

no test coverage detected