Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
namespace 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.js
File · 0.80
select2.min.js
File · 0.80
bootstrap.js
File · 0.80
bootstrap.min.js
File · 0.80
highcharts.js
File · 0.80
v
Function · 0.80
select2.min.js
File · 0.80
t
Function · 0.80
ace.min.js
File · 0.80
n
Function · 0.80
jquery-ui.min.js
File · 0.80
bootstrap.min.js
File · 0.80
Calls
1
newEvent
Function · 0.50
Tested by
no test coverage detected