colab_fs_stat
Verify file existence and integrity in a Colab runtime by statting a path and computing an optional SHA-256 checksum; missing indicates reclaimed session.
Instructions
Stat/checksum a path. Missing may mean reclamation; verify the session fingerprint first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Runtime path confined to /content; relative paths resolve under /content. | |
| session | No | Tracked session name. Null is allowed only when exactly one session exists. | |
| checksum | No | True computes SHA-256 for a file; default false. |