MCPcopy Create free account
hub / github.com/Oneflow-Inc/oneflow / drop

Method drop

oneflow/maybe/just_test.cpp:229–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227 int x;
228
229 void drop() { x = -333; }
230
231 explicit UniqueInt(int x) : x{x} {}
232 UniqueInt(const UniqueInt& i) = delete;

Callers 8

forwardMethod · 0.80
forwardMethod · 0.80
forwardMethod · 0.80
forwardMethod · 0.80
forwardMethod · 0.80
forwardMethod · 0.80
UniqueIntMethod · 0.80
UniqueIntClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected