MCPcopy Create free account
hub / github.com/baidu/tera / Destroy

Method Destroy

src/sdk/python/TeraSdk.py:71–75  ·  view source on GitHub ↗

销毁这个scan_descriptor,释放底层资源,以后不得再使用这个对象

(self)

Source from the content-addressed store, hash-verified

69 c_uint64(len(start_key)))
70
71 def Destroy(self):
72 """
73 销毁这个scan_descriptor,释放底层资源,以后不得再使用这个对象
74 """
75 lib.tera_scan_descriptor_destroy(self.desc)
76
77 def SetEnd(self, end_key):
78 """

Callers 1

scanFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected