MCPcopy Create free account
hub / github.com/YougLin-dev/amp-server / UserState

Class UserState

api/src/user/internal.rs:59–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57
58#[derive(Debug, Serialize, Deserialize)]
59pub struct UserState {
60 #[serde(rename = "currentlyVisibleFiles")]
61 pub currently_visible_files: Vec<String>,
62 #[serde(rename = "runningTerminalCommands")]
63 pub running_terminal_commands: Vec<String>,
64}
65
66#[derive(Debug, Serialize, Deserialize)]
67pub struct MessageMeta {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected