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

Function test_override_cache

tests/test_virtual_functions.cpp:225–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223};
224
225inline int test_override_cache(std::shared_ptr<test_override_cache_helper> const &instance) {
226 return instance->func();
227}
228
229// Forward declaration (so that we can put the main tests here; the inherited virtual approaches
230// are rather long).

Callers

nothing calls this directly

Calls 1

funcMethod · 0.45

Tested by

no test coverage detected