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