Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaQL/FireDBG.for.Rust
/ is_async
Function
is_async
parser/src/parsing/function.rs:166–168 ·
view source on GitHub ↗
(signature: &syn::Signature)
Source
from the content-addressed store, hash-verified
164
}
165
166
fn is_async(signature: &syn::Signature) -> bool {
167
signature.asyncness.is_some()
168
}
169
170
fn return_type(signature: &syn::Signature) -> bool {
171
match &signature.output {
Callers
1
parse
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected