| 47 | // app and the non-native embedding host. |
| 48 | |
| 49 | struct Endpoint { |
| 50 | std::string host{"127.0.0.1"}; |
| 51 | unsigned short port{9588}; |
| 52 | }; |
| 53 | |
| 54 | // Native: parse -h/--hostname and -p/--port. Non-native: arguments do not |
| 55 | // exist; returns defaults (the postMessage transport ignores them anyway). |
nothing calls this directly
no outgoing calls
no test coverage detected