MCPcopy Create free account
hub / github.com/OpenImageDebugger/OpenImageDebugger / Endpoint

Class Endpoint

src/platform/app_services.h:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47// app and the non-native embedding host.
48
49struct 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).

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected