Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreutils/coreutils
/ sync_byte_selection
Function
sync_byte_selection
src/cut.c:776–781 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
774
}
775
776
static inline void
777
sync_byte_selection (uintmax_t byte_idx)
778
{
779
while (current_rp->hi <= byte_idx)
780
current_rp++;
781
}
782
783
static inline void
784
reset_field_line (uintmax_t *field_idx, bool *found_any_selected_field,
Callers
1
cut_bytes
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected