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

Method body

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

Source from the content-addressed store, hash-verified

102 }
103
104 pub fn body(&self) -> &Tokens<Go> {
105 &self.body
106 }
107
108 fn push_arg(&mut self, value: &str) {
109 self.args.push(value.into())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected