.. _CodeLocation: CodeLocation ============ .. code-block:: bl CodeLocation :: struct { file: string; line: s32; hash: u32; } Type of source code location used by `#call_location` directive. Example ------- .. literalinclude:: /examples/docs/002.bl :language: bl Members ------- **file** - Full path of the source file. **line** - Line in source file. **hash** - File and line string combination hash. *Declared in: a.bl*