| 148 | return false; |
| 149 | |
| 150 | struct FileReadContext { |
| 151 | FsFile fp; |
| 152 | std::uint64_t off = 0; |
| 153 | } read_ctx = { fp }; |
| 154 | |
| 155 | fz::Config config; |
| 156 | config.parse_profile_switch_action = +[](fz::Config *self, FizeauProfileId profile_id) { |
nothing calls this directly
no outgoing calls
no test coverage detected