Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
162
fn fn_name(signature: &syn::Signature) -> String {
163
signature.ident.to_string()
164
}
165
166
fn is_async(signature: &syn::Signature) -> bool {
167
signature.asyncness.is_some()
Callers
1
parse
Method · 0.85
Calls
1
to_string
Method · 0.80
Tested by
no test coverage detected