MCPcopy Create free account
hub / github.com/TDesktop-x64/tdesktop / webViewResultSent

Method webViewResultSent

Telegram/SourceFiles/data/data_session.cpp:5586–5588  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5584}
5585
5586void Session::webViewResultSent(WebViewResultSent &&sent) {
5587 return _webViewResultSent.fire(std::move(sent));
5588}
5589
5590auto Session::webViewResultSent() const -> rpl::producer<WebViewResultSent> {
5591 return _webViewResultSent.events();

Callers 2

startedMethod · 0.80
feedUpdateMethod · 0.80

Calls 2

fireMethod · 0.45
eventsMethod · 0.45

Tested by

no test coverage detected