Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danihek/hellwal
/ hell_parser_eof
Function
hell_parser_eof
hell_parser.h:272–275 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
270
}
271
272
HELL_DEF int hell_parser_eof(const hell_parser_t *parser)
273
{
274
return (parser && parser->pos >= parser->length);
275
}
276
277
#endif /* HELL_PARSER_IMPLEMENTATION */
278
Callers
4
hell_parser_status_t hell_parser_delim
Function · 0.85
hell_parser_status_t hell_parser_delim_buffer_between
Function · 0.85
process_template
Function · 0.85
process_theme
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected