MCPcopy 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;

Calls

no outgoing calls

Tested by

no test coverage detected