Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Oneflow-Inc/oneflow
/ get_x
Method
get_x
oneflow/api/python/caster/test.cpp:26–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
public:
25
void inc_x() { x++; }
26
int get_x() { return x; }
27
28
private:
29
int x = 0;
Callers
2
test_return_maybe_shared_ptr
Method · 0.80
test_pass_optional_shared_ptr
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected