get_module_for_file
Retrieve the module associated with a given file ID. Uses reverse lookup to map files to their parent modules.
Instructions
Find which module a file belongs to. Reverse lookup via module_files junction table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_id | Yes | File ID to look up |