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

Method build

wasm-pdk/example/src/lib.rs:57–59  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

55 }
56
57 pub fn build(&self) -> String {
58 self.parts.join("-")
59 }
60
61 pub fn shout(&self) -> String {
62 let mut out = self.parts.join("-").to_uppercase();

Callers 2

script.pyFile · 0.80
launchFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected