Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dylan-sutton-chavez/edge-python
/ shout
Method
shout
wasm-pdk/example/src/lib.rs:61–65 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
59
}
60
61
pub fn shout(&self) -> String {
62
let mut out = self.parts.join(
"-"
).to_uppercase();
63
out.push(
'!'
);
64
out
65
}
66
67
pub fn repeat(&self, n: i64) -> Result<String> {
68
if n < 0 {
Callers
1
script.py
File · 0.80
Calls
1
push
Method · 0.80
Tested by
no test coverage detected