MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / recordCurrent

Method recordCurrent

internal/pluginhost/host.go:510–512  ·  view source on GitHub ↗
(record capabilityRecord)

Source from the content-addressed store, hash-verified

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

Callers 15

callSchedulerMethod · 0.95
callModelRegistrarMethod · 0.95
callModelsForAuthMethod · 0.95
executorProviderMethod · 0.95
callRequestNormalizerMethod · 0.95
callRequestTranslatorMethod · 0.95

Calls 1

pluginIdentityCurrentMethod · 0.95

Tested by

no test coverage detected