| 8 | namespace djinni_generated { |
| 9 | |
| 10 | em::val NativeFlagRoundtrip::cppProxyMethods() { |
| 11 | static const em::val methods = em::val::array(std::vector<std::string> { |
| 12 | }); |
| 13 | return methods; |
| 14 | } |
| 15 | |
| 16 | int32_t NativeFlagRoundtrip::roundtrip_access(int32_t w_flag) { |
| 17 | try { |
nothing calls this directly
no outgoing calls
no test coverage detected