MCPcopy Create free account
hub / github.com/F-Stack/f-stack / if

Function if

lib/ff_ini_parser.c:118–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 }
117#if INI_ALLOW_MULTILINE
118 else if (*prev_name && *start && start > line) {
119 /* Non-blank line with leading whitespace, treat as continuation
120 of previous name's value (as per Python configparser). */
121 if (!handler(user, section, prev_name, start) && !error)
122 error = lineno;
123 }
124#endif
125 else if (*start == '[') {
126 /* A "[section]" line */

Callers 1

ff_config.cFile · 0.70

Calls 5

handlerFunction · 0.85
find_chars_or_commentFunction · 0.85
strncpy0Function · 0.85
rstripFunction · 0.85
lskipFunction · 0.85

Tested by

no test coverage detected