MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / is_async

Method is_async

codegraph-kernel/src/python.rs:304–306  ·  view source on GitHub ↗

pythonExtractor.isAsync: the PREVIOUS SIBLING token is `async`.

(&self, node: Node)

Source from the content-addressed store, hash-verified

302
303 /// pythonExtractor.isAsync: the PREVIOUS SIBLING token is `async`.
304 fn is_async(&self, node: Node) -> bool {
305 node.prev_sibling().map(|p| p.kind() == "async").unwrap_or(false)
306 }
307
308 /// pythonExtractor.isStatic: preceding decorator mentioning `staticmethod`.
309 fn is_static(&self, node: Node) -> bool {

Callers 2

extract_functionMethod · 0.45
extract_methodMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected