Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danielaparker/jsoncons
/ eof
Method
eof
include/jsoncons/text_source_adaptor.hpp:103–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
}
102
103
bool eof() const
104
{
105
return source_.eof();
106
}
107
108
span<const value_type> read_buffer(std::error_code& ec)
109
{
Callers
3
eof
Method · 0.45
read_buffer
Method · 0.45
read_buffer
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected