MCPcopy Create free account
hub / github.com/SeaQL/FireDBG.for.Rust / fn_name

Function fn_name

parser/src/parsing/function.rs:162–164  ·  view source on GitHub ↗
(signature: &syn::Signature)

Source from the content-addressed store, hash-verified

160}
161
162fn fn_name(signature: &syn::Signature) -> String {
163 signature.ident.to_string()
164}
165
166fn is_async(signature: &syn::Signature) -> bool {
167 signature.asyncness.is_some()

Callers 1

parseMethod · 0.85

Calls 1

to_stringMethod · 0.80

Tested by

no test coverage detected