MCPcopy Create free account
hub / github.com/clangen/musikcube / RespondWithPlaybackOverview

Method RespondWithPlaybackOverview

src/plugins/server/WebSocketServer.cpp:636–640  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

634}
635
636void WebSocketServer::RespondWithPlaybackOverview(connection_hdl connection, json& request) {
637 json options;
638 this->BuildPlaybackOverview(options);
639 this->RespondWithOptions(connection, request, options);
640}
641
642bool WebSocketServer::RespondWithTracks(
643 connection_hdl connection,

Callers

nothing calls this directly

Calls 2

BuildPlaybackOverviewMethod · 0.95
RespondWithOptionsMethod · 0.95

Tested by

no test coverage detected