Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ run
Method
run
lib_acl_cpp/samples/box/box.cpp:14–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
13
protected:
14
void* run(void)
15
{
16
for (int i = 0; i < max_; i++) {
17
int* n = new int;
18
*n = i;
19
box_.push(n);
20
}
21
22
return NULL;
23
}
24
25
private:
26
BOX<int>& box_;
Callers
nothing calls this directly
Calls
1
push
Method · 0.45
Tested by
no test coverage detected