MCPcopy Create free account
hub / github.com/4paradigm/OpenMLDB / get

Function get

test-common/functiontest/testlib/util.py:27–36  ·  view source on GitHub ↗

:param key: :param attrMap: :return:

(key)

Source from the content-addressed store, hash-verified

25
26
27def get(key):
28 """
29
30 :param key:
31 :param attrMap:
32 :return:
33 """
34 mainMap = main_conf.ATTRS_MAP
35 value = mainMap[key] % mainMap
36 return value
37
38
39def start_tablet_server(workDir):

Callers 1

start_tablet_serverFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected