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

Class AnalyzedFunction

cmd/gravity/src/codegen/ir.rs:151–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149/// An analyzed WIT function.
150#[derive(Debug, Clone)]
151pub struct AnalyzedFunction {
152 pub name: String,
153 pub go_name: GoIdentifier,
154 pub parameters: Vec<Parameter>,
155 pub return_type: Option<GoType>,
156}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected