(username: str, password: str)
| 32 | |
| 33 | @cl.password_auth_callback |
| 34 | async def auth_callback(username: str, password: str): |
| 35 | return await authCallback(username, password) |
| 36 | |
| 37 | @cl.data_layer |
| 38 | def get_data_layer(): |
nothing calls this directly
no outgoing calls
no test coverage detected