MCPcopy Create free account
hub / github.com/dianping/cat / Event

Method Event

lib/cpp/src/cppcat/event.cpp:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13namespace cat {
14 Event::Event(const string& type, const string& name) {
15 event = newEvent(type.c_str(), name.c_str());
16 }
17
18 void Event::Complete() {
19 E(event)->complete(E(event));

Callers 15

jquery-1.7.1.jsFile · 0.80
select2.min.jsFile · 0.80
bootstrap.jsFile · 0.80
bootstrap.min.jsFile · 0.80
highcharts.jsFile · 0.80
vFunction · 0.80
select2.min.jsFile · 0.80
tFunction · 0.80
ace.min.jsFile · 0.80
nFunction · 0.80
jquery-ui.min.jsFile · 0.80
bootstrap.min.jsFile · 0.80

Calls 1

newEventFunction · 0.50

Tested by

no test coverage detected