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

Method result

cmd/gravity/src/codegen/func.rs:100–102  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

98 }
99
100 pub fn result(&self) -> &GoResult {
101 &self.result
102 }
103
104 pub fn body(&self) -> &Tokens<Go> {
105 &self.body

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected