Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ ~SharedHandle
Method
~SharedHandle
gecode/kernel/shared-object.hpp:142–145 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
140
return o != nullptr;
141
}
142
forceinline
143
SharedHandle::~SharedHandle(void) {
144
cancel();
145
}
146
147
}
148
Callers
nothing calls this directly
Calls
1
cancel
Function · 0.85
Tested by
no test coverage detected