MCPcopy Create free account
hub / github.com/cztomczak/cefpython / Get

Method Get

src/subprocess/main_message_loop/main_message_loop.cpp:28–31  ·  view source on GitHub ↗

static

Source from the content-addressed store, hash-verified

26
27// static
28MainMessageLoop* MainMessageLoop::Get() {
29 DCHECK(g_main_message_loop);
30 return g_main_message_loop;
31}
32
33void MainMessageLoop::PostClosure(const base::Closure& closure) {
34 PostTask(CefCreateClosureTask(closure));

Callers 3

embed_browserMethod · 0.45
OnSizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected