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

Method args

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

Source from the content-addressed store, hash-verified

94 }
95
96 pub fn args(&self) -> &[String] {
97 &self.args
98 }
99
100 pub fn result(&self) -> &GoResult {
101 &self.result

Callers 3

mainFunction · 0.80
generate_functionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected