MCPcopy Create free account
hub / github.com/arcjet/gravity / hello

Method hello

examples/basic/src/lib.rs:12–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10
11impl Guest for BasicWorld {
12 fn hello() -> Result<String, String> {
13 logger::debug(&utils::uppercase("debug message"));
14
15 Ok("Hello, world!".into())
16 }
17 fn primitive() -> bool {
18 true
19 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected