MCPcopy
hub / github.com/rqlite/rqlite / Remove

Method Remove

proxy/proxy.go:75–75  ·  view source on GitHub ↗
(ctx context.Context, rn *proto.RemoveNodeRequest)

Source from the content-addressed store, hash-verified

73 Load(ctx context.Context, lr *proto.LoadRequest) error
74 Backup(ctx context.Context, br *proto.BackupRequest, dst io.Writer) error
75 Remove(ctx context.Context, rn *proto.RemoveNodeRequest) error
76 Stepdown(wait bool, id string) error
77 LeaderAddr() (string, error)
78}

Callers 15

handleRemoveMethod · 0.65
RemoveMethod · 0.65
Test_Remove_LocalSuccessFunction · 0.65
Test_GzipSuccessFunction · 0.65
Test_Gunzip_ValidFileFunction · 0.65
Test_Gunzip_InvalidGzipFunction · 0.65
Test_Gunzip_EmptyFileFunction · 0.65
Test_IsZipFileFunction · 0.65
Test_UnzipToDirFunction · 0.65

Implementers 1

Storestore/store.go

Calls

no outgoing calls

Tested by 15

Test_Remove_LocalSuccessFunction · 0.52
Test_GzipSuccessFunction · 0.52
Test_Gunzip_ValidFileFunction · 0.52
Test_Gunzip_InvalidGzipFunction · 0.52
Test_Gunzip_EmptyFileFunction · 0.52
Test_IsZipFileFunction · 0.52
Test_UnzipToDirFunction · 0.52
TestIsTarGzipFileFunction · 0.52