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

Class ExportConfig

cmd/gravity/src/codegen/exports.rs:6–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4use crate::go::{imports::CONTEXT_CONTEXT, GoIdentifier, GoResult, GoType};
5
6pub struct ExportConfig<'a> {
7 pub instance: &'a GoIdentifier,
8 pub world: &'a World,
9 pub resolve: &'a Resolve,
10 pub sizes: &'a SizeAlign,
11}
12
13pub struct ExportGenerator<'a> {
14 config: ExportConfig<'a>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected