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

Method primitive

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

Source from the content-addressed store, hash-verified

15 Ok("Hello, world!".into())
16 }
17 fn primitive() -> bool {
18 true
19 }
20 fn optional_primitive(_: Option<bool>) -> Option<bool> {
21 Some(true)
22 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected