Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arcjet/gravity
/ ExportGenerator
Class
ExportGenerator
cmd/gravity/src/codegen/exports.rs:13–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
}
12
13
pub struct ExportGenerator<'a> {
14
config: ExportConfig<'a>,
15
}
16
17
impl<
'a> ExportGenerator<'
a> {
18
pub fn new(config: ExportConfig<'a>) -> Self {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected