MCPcopy Create free account
hub / github.com/breach/thrust / InvokeRemoteMethod

Method InvokeRemoteMethod

src/api/api_binding.cc:25–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25void
26APIBinding::InvokeRemoteMethod(
27 const std::string& method,
28 scoped_ptr<base::DictionaryValue> args,
29 const API::MethodCallback& callback)
30{
31 APIBindingRemote* remote = API::Get()->GetRemote(id_);
32 if(remote != NULL) {
33 remote->InvokeMethod(method, args.Pass(), callback);
34 }
35}
36
37void
38APIBinding::EmitEvent(

Callers 3

CookiesLoadMethod · 0.80
CookiesLoadForKeyMethod · 0.80
CookiesFlushMethod · 0.80

Calls 2

GetRemoteMethod · 0.80
InvokeMethodMethod · 0.80

Tested by

no test coverage detected