Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]
36
pub struct Slugger {
37
parts: Vec<String>,
38
}
39
40
#[plugin_methods]
41
impl Slugger {
Callers
1
script.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected