MCPcopy Create free account
hub / github.com/ceifa/steamworks.js / UpdateProgress

Class UpdateProgress

src/api/workshop.rs:138–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136
137 #[napi(object)]
138 pub struct UpdateProgress {
139 pub status: UpdateStatus,
140 pub progress: BigInt,
141 pub total: BigInt,
142 }
143
144 #[napi]
145 pub async fn create_item(app_id: Option<u32>) -> Result<UgcResult, Error> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…