CanHandle returns true if this plugin handles the given filesystem type.
(fsType string)
| 30 | |
| 31 | // CanHandle returns true if this plugin handles the given filesystem type. |
| 32 | CanHandle(fsType string) bool |
| 33 | |
| 34 | // Priority returns the plugin priority (higher = checked first). |
| 35 | // Allows specific plugins (zfs, btrfs) to override generic (vfs). |
no outgoing calls
no test coverage detected