SetOnFile sets the platform-specific quarantine attribute (if any) on the provided file.
(f *os.File)
| 10 | // SetOnFile sets the platform-specific quarantine attribute (if any) on the |
| 11 | // provided file. |
| 12 | func SetOnFile(f *os.File) error { |
| 13 | return setQuarantineAttr(f) |
| 14 | } |
no test coverage detected
searching dependent graphs…