MCPcopy Create free account
hub / github.com/GoEdgeLab/EdgeNode / UpdateMaxVersion

Method UpdateMaxVersion

internal/iplibrary/ip_list_kv.go:204–210  ·  view source on GitHub ↗

UpdateMaxVersion 修改版本号

(version int64)

Source from the content-addressed store, hash-verified

202
203// UpdateMaxVersion 修改版本号
204func (this *KVIPList) UpdateMaxVersion(version int64) error {
205 if this.isClosed {
206 return nil
207 }
208
209 return this.versionsTable.Set("version", version)
210}
211
212func (this *KVIPList) TestInspect(t *testing.T) error {
213 return this.ipTable.

Callers 2

AddItemMethod · 0.95

Calls 1

SetMethod · 0.45

Tested by 1