MCPcopy Create free account
hub / github.com/HoShiMin/Kernel-Bridge / cli

Method cli

Python-Bridge/Python-Bridge.py:127–128  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

125 self.__kb = kb
126
127 def cli(self):
128 return self.__kb.KbCli()
129
130 def sti(self):
131 return self.__kb.KbSti()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected