Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wit-bindgen
/ assert
Function
assert
tests/runtime/lists/runner.go:56–60 ·
view source on GitHub ↗
(v bool)
Source
from the content-addressed store, hash-verified
54
}
55
56
func
assert(v bool) {
57
if
!v {
58
panic(
"assertion failed"
)
59
}
60
}
Callers
15
exports_test_lists_to_test_empty_list_param
Function · 0.70
exports_test_lists_to_test_empty_string_param
Function · 0.70
exports_test_lists_to_test_list_param
Function · 0.70
exports_test_lists_to_test_list_param2
Function · 0.70
exports_test_lists_to_test_list_param3
Function · 0.70
exports_test_lists_to_test_list_param4
Function · 0.70
exports_test_lists_to_test_list_param_large
Function · 0.70
exports_test_lists_to_test_list_param5
Function · 0.70
EmptyListParam
Method · 0.70
EmptyStringParam
Method · 0.70
ListParam
Method · 0.70
ListParam2
Method · 0.70
Calls
no outgoing calls
Tested by
15
exports_test_lists_to_test_empty_list_param
Function · 0.56
exports_test_lists_to_test_empty_string_param
Function · 0.56
exports_test_lists_to_test_list_param
Function · 0.56
exports_test_lists_to_test_list_param2
Function · 0.56
exports_test_lists_to_test_list_param3
Function · 0.56
exports_test_lists_to_test_list_param4
Function · 0.56
exports_test_lists_to_test_list_param_large
Function · 0.56
exports_test_lists_to_test_list_param5
Function · 0.56
EmptyListParam
Method · 0.56
EmptyStringParam
Method · 0.56
ListParam
Method · 0.56
ListParam2
Method · 0.56