Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/PhotonLibOS
/ fini_hook
Function
fini_hook
photon.cpp:143–145 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
141
}
142
143
void fini_hook(Delegate<void> handler) {
144
get_hook_vector().emplace_back(handler);
145
}
146
147
int fini() {
148
for (auto h : get_hook_vector()) {
Callers
1
init
Method · 0.85
Calls
1
emplace_back
Method · 0.45
Tested by
no test coverage detected