Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreutils/coreutils
/ newline_or_blank
Function
newline_or_blank
src/join.c:308–312 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
306
}
307
308
static bool
309
newline_or_blank (mcel_t g)
310
{
311
return g.ch ==
'\n'
|| c32issep (g.ch);
312
}
313
314
/* Fill in the
'fields'
structure in LINE. */
315
Callers
nothing calls this directly
Calls
1
c32issep
Function · 0.85
Tested by
no test coverage detected