mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-24 20:28:06 +02:00
fix(db): fast-fail Indexer::init on non-SQLite files via magic-header preflight
This commit is contained in:
parent
946cb6a9bc
commit
8abb023dd0
11 changed files with 648 additions and 17 deletions
3
tests/dynamic_fixtures/lang_detect/script.pyi
Normal file
3
tests/dynamic_fixtures/lang_detect/script.pyi
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
from typing import Optional
|
||||
|
||||
def handle_request(payload: str) -> Optional[str]: ...
|
||||
Loading…
Add table
Add a link
Reference in a new issue