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

Function emptySnapshot

internal/pluginhost/snapshot.go:41–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39}
40
41func emptySnapshot() *Snapshot {
42 return &Snapshot{}
43}
44
45func (h *Host) activeRecords() []capabilityRecord {
46 return h.activeRecordsFromSnapshot(h.Snapshot())

Callers 4

NewFunction · 0.85
SnapshotMethod · 0.85
ApplyConfigMethod · 0.85
ShutdownAllMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected