MCPcopy Create free account
hub / github.com/PenguLoader/PenguLoader / NativeV8Handler

Method NativeV8Handler

core/src/renderer/renderer.cc:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 std::unordered_map<std::string, V8FunctionHandler> map_;
83
84 NativeV8Handler() : CefRefCount(this)
85 {
86 cef_bind_method(NativeV8Handler, execute);
87 }
88
89private:
90 int CALLBACK _execute(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected