extract_funcs

command
v2.0.0-beta.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 20, 2026 License: MIT Imports: 11 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL