Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonKraken/youtube
/ TaskCompletionRequest
Class
TaskCompletionRequest
FullStackRust/backend/src/api/task.rs:25–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
24
#[derive(Deserialize)]
25
pub struct TaskCompletionRequest {
26
result_file: String
27
}
28
29
#[derive(Deserialize)]
30
pub struct SubmitTaskRequest {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected