MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / edit_draft_chunk

Method edit_draft_chunk

crates/openshell-server/src/grpc/mod.rs:599–604  ·  view source on GitHub ↗
(
        &self,
        request: Request<EditDraftChunkRequest>,
    )

Source from the content-addressed store, hash-verified

597
598 #[rpc_auth(auth = "bearer", scope = "config:write", role = "admin")]
599 async fn edit_draft_chunk(
600 &self,
601 request: Request<EditDraftChunkRequest>,
602 ) -> Result<Response<EditDraftChunkResponse>, Status> {
603 policy::handle_edit_draft_chunk(&self.state, request).await
604 }
605
606 #[rpc_auth(auth = "bearer", scope = "config:write", role = "admin")]
607 async fn undo_draft_chunk(

Callers

nothing calls this directly

Calls 1

handle_edit_draft_chunkFunction · 0.85

Tested by

no test coverage detected