MCPcopy Create free account
hub / github.com/RustyServerless/lambda-appsync / orig

Method orig

lambda-appsync-proc/src/internal/common.rs:131–133  ·  view source on GitHub ↗

Returns the original unparsed name string.

(&self)

Source from the content-addressed store, hash-verified

129 }
130 /// Returns the original unparsed name string.
131 pub(crate) fn orig(&self) -> &str {
132 &self.orig
133 }
134 // pub(crate) fn set_span(&mut self, span: Span) {
135 // self.span = Some(span);
136 // }

Callers 7

nameMethod · 0.80
apply_type_overridesMethod · 0.80
apply_name_overridesMethod · 0.80
to_tokensMethod · 0.80
argument_extractorMethod · 0.80
apply_type_overridesMethod · 0.80
to_tokensMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected