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

Method compute

src/optimizer.rs:48–50  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

46 type JsValue = String;
47
48 fn compute(&mut self) -> Result<Self::Output> {
49 optimize_svg_inner(self.input.clone(), self.options.clone())
50 }
51
52 fn resolve(&mut self, _env: napi::Env, output: Self::Output) -> Result<Self::JsValue> {
53 Ok(output)

Callers

nothing calls this directly

Calls 1

optimize_svg_innerFunction · 0.85

Tested by

no test coverage detected