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

Method is_async

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

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

(&self, node: Node)

Source from the content-addressed store, hash-verified

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