| 13 | ThreadsafeFunction<FnArgs<(String, f64)>, (), FnArgs<(String, f64)>, Status, false>; |
| 14 | |
| 15 | pub struct VectorizeTask { |
| 16 | data: Buffer, |
| 17 | config: Option<Either<JsConfig, Preset>>, |
| 18 | args: Option<RawDataConfig>, |
| 19 | } |
| 20 | |
| 21 | /// Background task used by async vectorization APIs. |
| 22 | #[napi] |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…