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

Method instance_name

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

Get the instance name from the analyzed imports.

(&self)

Source from the content-addressed store, hash-verified

33
34 /// Get the instance name from the analyzed imports.
35 pub fn instance_name(&self) -> &GoIdentifier {
36 &self.config.analyzed_imports.instance_name
37 }
38
39 /// Generate the `writeString` helper function.
40 fn generate_write_string(&self, tokens: &mut Tokens<Go>) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected