MCPcopy Create free account
hub / github.com/ReactiveX/RxCpp / main

Function main

Ix/CPP/samples/SampleCppLinq/SampleCppLinq.cpp:89–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87
88
89int main()
90{
91 try {
92 run();
93 } catch (exception& e) {
94 cerr << "exception: " << e.what() << endl;
95 }
96}
97
98vector<string> load_data()
99{

Callers

nothing calls this directly

Calls 2

runFunction · 0.85
whatMethod · 0.80

Tested by

no test coverage detected