MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / file_input_adapter

Method file_input_adapter

Source/Utils/json.hpp:4760–4762  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4758
4759 JSON_HEDLEY_NON_NULL(2)
4760 explicit file_input_adapter(std::FILE* f) noexcept
4761 : m_file(f)
4762 {}
4763
4764 // make class move-only
4765 file_input_adapter(const file_input_adapter&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected