Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmEdge/WasmEdge
/ likely
Function
likely
include/experimental/expected.hpp:113–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
static inline constexpr bool is_expected_v = is_expected<T>::value;
112
113
static inline bool likely(bool V) { return __builtin_expect(V, true); }
114
115
} // namespace detail
116
Callers
2
has_value
Method · 0.70
has_value
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected