Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ acl_foreach
Method
acl_foreach
lib_acl_cpp/src/stdlib/dns_service.cpp:42–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
if (db != NULL) {
41
ACL_ITER iter;
42
acl_foreach(iter, db) {
43
ACL_HOSTNAME* hn = (ACL_HOSTNAME*) iter.data;
44
data_.res->ips_.push_back(hn->ip);
45
}
46
47
acl_netdb_free(db);
48
}
Callers
nothing calls this directly
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected