MCPcopy Create free account
hub / github.com/OpenImageDebugger/OpenImageDebugger / run

Method run

testbench/main.cpp:314–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312{
313 public:
314 function<void()> run()
315 {
316 auto lambda = [this]() { nest(); };
317
318 return lambda;
319 }
320
321 private:
322 int sampleField;

Callers 2

TESTFunction · 0.45
bodyFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36