Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
forward
Method · 0.80
forward
Method · 0.80
forward
Method · 0.80
forward
Method · 0.80
forward
Method · 0.80
forward
Method · 0.80
UniqueInt
Method · 0.80
UniqueInt
Class · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected