MCPcopy Create free account
hub / github.com/averne/Fizeau / FileReadContext

Class FileReadContext

sysmodule/src/main.cpp:150–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected