Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreutils/coreutils
/ cut_bytes_no_split
Function
cut_bytes_no_split
src/cut.c:923–927 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
921
}
922
923
static void
924
cut_bytes_no_split (FILE *stream)
925
{
926
cut_characters_mode (stream, true);
927
}
928
929
static void
930
cut_characters (FILE *stream)
Callers
nothing calls this directly
Calls
1
cut_characters_mode
Function · 0.85
Tested by
no test coverage detected