Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GValiente/butano
/ operator()
Method
operator()
tests/profiler/src/main.cpp:265–271 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
263
}
264
265
void operator()()
266
{
267
if(_co_handle && ! _co_handle.done())
268
{
269
_co_handle.resume();
270
}
271
}
272
273
private:
274
co_handle_t _co_handle;
Callers
nothing calls this directly
Calls
1
done
Method · 0.45
Tested by
no test coverage detected