Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ assert_
Function
assert_
lib_acl_cpp/src/stdlib/util.cpp:40–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
void assert_(bool n)
41
{
42
if (! n) {
43
abort();
44
}
45
}
46
47
void meter_time(const char *filename, int line, const char *info)
48
{
Callers
4
open_callback
Method · 0.85
open_callback
Method · 0.85
open_callback
Method · 0.85
open_callback
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…