Documentation
¶
Overview ¶
Package sanitize provides content-level checks for context files, such as detecting effectively empty files that contain only headers or whitespace.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EffectivelyEmpty ¶
EffectivelyEmpty checks if a file only contains headers and whitespace.
Parameters:
- c: File content to check
Returns:
- bool: True if the file has no meaningful content (only headers, comments, whitespace)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.