MCPcopy 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
166fn is_async(signature: &syn::Signature) -> bool {
167 signature.asyncness.is_some()
168}
169
170fn return_type(signature: &syn::Signature) -> bool {
171 match &signature.output {

Callers 1

parseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected