MCPcopy Create free account
hub / github.com/baidu/tera / GetNotification

Function GetNotification

src/observer/executor/notification_impl.cc:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15namespace observer {
16
17Notification* GetNotification(const std::shared_ptr<NotifyCell>& notify_cell) {
18 return new NotificationImpl(notify_cell);
19}
20
21NotificationImpl::NotificationImpl(const std::shared_ptr<NotifyCell>& notify_cell)
22 : notify_cell_(notify_cell),

Callers 2

TEST_FFunction · 0.85
ObserveCellMethod · 0.85

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.68