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

Function Open

08.26-structuredBindingsPOSIXError0/main.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16};
17
18auto Open(std::string_view fileName)
19{
20 return ReturnCode{open(fileName.data()), errno};
21}
22
23int main()
24{

Callers 1

mainFunction · 0.70

Calls 2

dataMethod · 0.80
openFunction · 0.70

Tested by

no test coverage detected