MCPcopy Create free account
hub / github.com/conflow-dev/ConFlow / destroy

Function destroy

operators.py:88–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86 return eid,times
87
88def destroy():
89 global eid
90 sgx_lib = cdll.LoadLibrary(os.path.join(current_path + "/sgx_tf_ops/", "sgx.so"))
91 sgx_lib.destroy_enclave.argtypes = [c_ulong]
92 sgx_lib.destroy_enclave(eid)
93 return 0
94
95def e_emb_init(input_dim,output_dim):
96 global eid

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected