MCPcopy Create free account
hub / github.com/JaredStewart/coderlm / MarkRequest

Class MarkRequest

server/src/server/routes.rs:332–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330
331#[derive(Deserialize)]
332struct MarkRequest {
333 file: String,
334 mark: String,
335}
336
337async fn mark_file(
338 State(state): State<AppState>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected