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