MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / setEvents

Method setEvents

src/yvalve/why.cpp:2951–2956  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2949 }
2950
2951 void setEvents(YEvents* e)
2952 {
2953 fb_assert(!events);
2954 events = e;
2955 mtx.leave();
2956 }
2957
2958 // IEventCallback implementation
2959 virtual void eventCallbackFunction(unsigned int length, const UCHAR* list)

Callers 1

Calls 1

leaveMethod · 0.45

Tested by

no test coverage detected