Documentation
¶
Overview ¶
Package core provides shared helpers for memory subcommands.
Exported types and functions used across multiple subcommands live here to avoid circular imports between cmd/* packages.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CountFileLines ¶
CountFileLines counts the number of newline characters in data.
Parameters:
- data: raw file bytes
Returns:
- int: number of newline characters
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.