wip: request (and store) debug data in the connection (#6698)

Add in new Debug stubs to the connection
This commit is contained in:
Paul Tagliamonte
2025-05-07 12:10:40 -04:00
committed by GitHub
parent f8a33a63ac
commit 2b3dfaf023
5 changed files with 67 additions and 1 deletions

View File

@ -99,6 +99,14 @@ impl crate::engine::EngineManager for EngineConnection {
Ok(())
}
async fn get_debug(&self) -> Option<OkWebSocketResponseData> {
None
}
async fn fetch_debug(&self) -> Result<(), KclError> {
unimplemented!();
}
async fn inner_fire_modeling_cmd(
&self,
id: uuid::Uuid,