MCPcopy Create free account
hub / github.com/PKU-ASAL/Simulated-Data / get_md5

Function get_md5

ProvDetector/src/core/Graph_Function_Library.py:201–207  ·  view source on GitHub ↗

get md5 hash value of String s :param s: :return:

(s)

Source from the content-addressed store, hash-verified

199 return all_paths
200
201def get_md5(s):
202 """
203 get md5 hash value of String s
204 :param s:
205 :return:
206 """
207 return str(md5(s.encode('utf8')).hexdigest())
208
209def graph_add_node_mgr(g: networkx.Graph, logs, key, md5_to_node:dict):
210 node_set = set()

Callers 2

graph_add_node_mgrFunction · 0.70
graph_add_node_realaptFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected