add low level Handle function and more tests

This commit is contained in:
Patricio Whittingslow
2026-07-25 20:30:36 -03:00
parent 9397caf144
commit e0dd19416c
3 changed files with 229 additions and 63 deletions
+1
View File
@@ -27,6 +27,7 @@ const (
flagReaderEOF
// set if [Header.SetStatus] or [Header.SetStatusInt] has been called.
FlagStatusSet
FlagReaderError
)
func (f Flags) HasAny(checkThese Flags) bool {