Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wit-bindgen
/ equal
Function
equal
tests/runtime/results/runner.cpp:6–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
5
template <class T>
6
static bool equal(T const& a, T const& b) {
7
return a==b;
8
}
9
static bool equal(::test::results::test::E2 a, ::test::results::test::E2 b) {
10
return a.line==b.line && a.column==b.column;
11
}
Callers
1
Run
Method · 0.70
Calls
2
has_value
Method · 0.45
get_view
Method · 0.45
Tested by
no test coverage detected