MCPcopy Create free account
hub / github.com/colmap/colmap / Run

Method Run

src/colmap/util/base_controller_test.cc:47–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 }
46
47 void Run() override {
48 // Simple run implementation that triggers callbacks
49 Callback(1);
50 if (!CheckIfStopped()) {
51 Callback(2);
52 }
53 }
54
55 // Expose RegisterCallback for testing
56 void TestRegisterCallback(int id) { RegisterCallback(id); }

Callers 1

TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected