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

Function test_function1

tests/test_constants_and_functions.cpp:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13enum MyEnum { EFirstEntry = 1, ESecondEntry };
14
15std::string test_function1() { return "test_function()"; }
16
17std::string test_function2(MyEnum k) { return "test_function(enum=" + std::to_string(k) + ")"; }
18

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected