Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baidu/babylon
/ operator()
Method
operator()
test/test_executor.cpp:66–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
struct S {
65
S(int i) : i(i) {}
66
int operator()(int& value) {
67
return value += i;
68
}
69
int i;
70
};
71
int value {1};
Callers
nothing calls this directly
Calls
2
set_value
Method · 0.80
is_running_in
Method · 0.80
Tested by
no test coverage detected