Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmEdge/WasmEdge
/ required
Method
required
test/expected/catch.hpp:9213–9216 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9211
};
9212
9213
auto required() -> DerivedT & {
9214
m_optionality = Optionality::Required;
9215
return static_cast<DerivedT &>( *this );
9216
};
9217
9218
auto isOptional() const -> bool {
9219
return m_optionality == Optionality::Optional;
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected