Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
TEST
Function · 0.45
body
Function · 0.45
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.36