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

Method get_character

Source/Utils/json.hpp:4770–4773  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4768 file_input_adapter& operator=(file_input_adapter&&) = delete;
4769
4770 std::char_traits<char>::int_type get_character() noexcept
4771 {
4772 return std::fgetc(m_file);
4773 }
4774
4775 private:
4776 /// the file pointer to read from

Callers 4

fill_bufferMethod · 0.45
fill_bufferMethod · 0.45
getFunction · 0.45
getMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected