(c: ClauseElement)
| 344 | ) -> TypeGuard[KeyedColumnElement[Any]]: ... |
| 345 | |
| 346 | def is_text_clause(c: ClauseElement) -> TypeGuard[TextClause]: ... |
| 347 | |
| 348 | def is_from_clause(c: ClauseElement) -> TypeGuard[FromClause]: ... |
| 349 |
no outgoing calls
no test coverage detected