-
Notifications
You must be signed in to change notification settings - Fork 0
Function Updates
Lumicake edited this page Feb 28, 2026
·
1 revision
This page tracks function-level changes currently present in the working tree compared to HEAD.
Generated: 2026-02-28 23:32:15
Regenerate with: scripts/generate_function_wiki.py
-
L52def should_skip(path: Path) -> bool -
L59def iter_source_files(root: Path) -> Iterable[Path] -
L88def clean_signature(sig: str) -> str -
L97def parse_swift(path: Path) -> list[FunctionEntry] -
L140def parse_python(path: Path) -> list[FunctionEntry] -
L176def parse_shell(path: Path) -> list[FunctionEntry] -
L196def parse_file(path: Path) -> list[FunctionEntry] -
L204def collect_functions() -> list[FunctionEntry] -
L214def find_changes_in_worktree() -> tuple[dict[str, list[str]], dict[str, list[str]]] -
L244def is_func_signature(text: str, path: str) -> bool -
L261def dedupe(values: list[str]) -> list[str] -
L274def untracked_function_files(entries: list[FunctionEntry]) -> dict[str, list[FunctionEntry]] -
L300def write_reference(entries: list[FunctionEntry]) -> None -
L338def write_updates(entries: list[FunctionEntry]) -> None -
L397def main() -> None
Getting started
Core concepts
Features
Reference