()
| 12 | ) |
| 13 | |
| 14 | func testScreenAPI() *API { |
| 15 | return &API{screen: piguard.NewEngine(piguard.EngineConfig{}, piguard.NewHeuristicsDetector())} |
| 16 | } |
| 17 | |
| 18 | // tagSmuggle encodes ASCII into the invisible Unicode Tags block (U+E0000–E007F). |
| 19 | func tagSmuggle(s string) string { |
no test coverage detected