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

Function main

Examples/AwaitFilePatch/AwaitFilePatch.cpp:102–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100} // namespace SC
101
102int main()
103{
104 SC::Result result = SC::runAwaitFilePatch();
105 if (not result)
106 {
107 SC::Console console;
108 SC::Console::tryAttachingToParentConsole();
109 console.print("AwaitFilePatch failed: {}\n", result.message);
110 return -1;
111 }
112 return 0;
113}

Callers

nothing calls this directly

Calls 2

runAwaitFilePatchFunction · 0.85
printMethod · 0.80

Tested by

no test coverage detected