MCPcopy 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

111static inline constexpr bool is_expected_v = is_expected<T>::value;
112
113static inline bool likely(bool V) { return __builtin_expect(V, true); }
114
115} // namespace detail
116

Callers 2

has_valueMethod · 0.70
has_valueMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected