MCPcopy Create free account
hub / github.com/0b01/tectonicdb / help

Method help

cli/python/tectonic.py:121–122  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

119 return await self.cmd("PING")
120
121 async def help(self):
122 return await self.cmd("HELP")
123
124 async def insert(self, ts, seq, is_trade, is_bid, price, size, dbname):
125 return await self.cmd("INSERT {}, {}, {} ,{}, {}, {}; INTO {}"

Callers 3

mainFunction · 0.45
get_matchesFunction · 0.45
mainFunction · 0.45

Calls 1

cmdMethod · 0.95

Tested by

no test coverage detected