(record capabilityRecord)
| 508 | } |
| 509 | |
| 510 | func (h *Host) recordCurrent(record capabilityRecord) bool { |
| 511 | return h.pluginIdentityCurrent(record.id, record.path, record.version) |
| 512 | } |
| 513 | |
| 514 | func (h *Host) pluginIdentityCurrent(id string, path string, version string) bool { |
| 515 | if h == nil { |
no test coverage detected