MCPcopy Create free account
hub / github.com/neplextech/vectorizer / VectorizeTask

Class VectorizeTask

src/vectorizer.rs:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13 ThreadsafeFunction<FnArgs<(String, f64)>, (), FnArgs<(String, f64)>, Status, false>;
14
15pub 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]

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…