| 188 | } |
| 189 | |
| 190 | Maybe<Json> Stagehand::receiveMessage(ConnectionId sendingConnection, String const& message, JsonArray const& args) { |
| 191 | return m_scriptComponent.handleMessage(message, sendingConnection == world()->connection(), args); |
| 192 | } |
| 193 | |
| 194 | } |
nothing calls this directly
no test coverage detected