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

Class FactoryGenerator

cmd/gravity/src/codegen/factory.rs:24–26  ·  view source on GitHub ↗

Generator for factory and instance types

Source from the content-addressed store, hash-verified

22
23/// Generator for factory and instance types
24pub struct FactoryGenerator<'a> {
25 config: FactoryConfig<'a>,
26}
27
28impl<'a> FactoryGenerator<'a> {
29 /// Create a new factory generator with the given config.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected