MCPcopy Create free account
hub / github.com/Ableton/link / StateQuery

Method StateQuery

src/ableton/link/tst_Measurement.cpp:90–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 struct StateQuery
89 {
90 StateQuery()
91 {
92 using Random = ableton::platforms::stl::Random;
93 mState.nodeState.sessionId = NodeId::random<Random>();
94 mState.measurementEndpoint =
95 discovery::UdpEndpoint(discovery::makeAddress("127.0.0.1"), 9999);
96 }
97
98 PeerState operator()() const { return mState; }
99 PeerState mState;

Callers

nothing calls this directly

Calls 1

makeAddressFunction · 0.85

Tested by

no test coverage detected