Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bahdotsh/mdlib
/ UpdateFileRequest
Class
UpdateFileRequest
src/server.rs:71–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
70
#[derive(Debug, Deserialize)]
71
struct UpdateFileRequest {
72
content: String,
73
}
74
75
#[derive(Debug, Deserialize)]
76
struct SearchQuery {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected