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

Class InternalParams

api/src/user/internal.rs:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10#[derive(Debug, Serialize, Deserialize)]
11pub struct InternalParams {
12 pub thread: ThreadData,
13 #[serde(rename = "createdOnServer")]
14 pub created_on_server: bool,
15}
16
17#[derive(Debug, Serialize, Deserialize)]
18pub struct ThreadData {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected