Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/TAD_Sim
/ get_callback_run
Method
get_callback_run
simcore/framework/src/cli/cli.hpp:4298–4298 ·
view source on GitHub ↗
See if the callback has been run already
Source
from the content-addressed store, hash-verified
4296
4297
/// See if the callback has been run already
4298
bool get_callback_run() const { return (current_option_state_ == option_state::callback_run); }
4299
4300
///@}
4301
/// @name Custom options
Callers
1
_process_callbacks
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected