MCPcopy 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
143void fini_hook(Delegate<void> handler) {
144 get_hook_vector().emplace_back(handler);
145}
146
147int fini() {
148 for (auto h : get_hook_vector()) {

Callers 1

initMethod · 0.85

Calls 1

emplace_backMethod · 0.45

Tested by

no test coverage detected