Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/TAD_Sim
/ always_capture_default
Method
always_capture_default
simcore/framework/src/cli/cli.hpp:3415–3418 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3413
CRTP *mandatory(bool value = true) { return required(value); }
3414
3415
CRTP *always_capture_default(bool value = true) {
3416
always_capture_default_ = value;
3417
return static_cast<CRTP *>(this);
3418
}
3419
3420
// Getters
3421
Callers
1
copy_to
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected