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

Method set

src/include/internal/cef_win.h:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 static inline void clear(struct_type* s) {}
49
50 static inline void set(const struct_type* src,
51 struct_type* target,
52 bool copy) {
53 target->instance = src->instance;
54 }
55};
56
57// Class representing CefExecuteProcess arguments.

Callers 1

kivy-selectBox.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected