MCPcopy Create free account
hub / github.com/dylan-sutton-chavez/edge-python / Slugger

Class Slugger

wasm-pdk/example/src/lib.rs:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34/// Accumulates slug parts across calls; exercises mutable state and Option/Result returns.
35#[plugin_class]
36pub struct Slugger {
37 parts: Vec<String>,
38}
39
40#[plugin_methods]
41impl Slugger {

Callers 1

script.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected