MCPcopy Create free account
hub / github.com/pybind/pybind11 / MixGL

Method MixGL

tests/local_bindings.h:88–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86struct MixGL {
87 int i;
88 explicit MixGL(int i) : i{i} {}
89};
90struct MixGL2 {
91 int i;

Callers 1

test_cross_module_callsFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_cross_module_callsFunction · 0.64