Documentation
¶
Overview ¶
Extracts function lists from two sources and writes them to JSON files:
docs/btree/mappings/sqlite_funcs.gen.json — functions from SQLite C sources (btree/wal/pager/pcache/os_unix shm bits) docs/btree/mappings/any_store_funcs.gen.json — functions from internal/btree Go sources
Run from the repo root:
go run ./docs/btree/mappings/scripts/extract_funcs \
-c ../sqlitec/src \
-go ./internal/btree \
-out-c docs/btree/mappings/sqlite_funcs.gen.json \
-out-go docs/btree/mappings/any_store_funcs.gen.json
Click to show internal directories.
Click to hide internal directories.