| 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> { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…