MCPcopy Create free account
hub / github.com/ehForwarderBot/ehForwarderBot / split_cid

Method split_cid

ehforwarderbot/wizard.py:164–170  ·  view source on GitHub ↗
(cid)

Source from the content-addressed store, hash-verified

162
163 @staticmethod
164 def split_cid(cid):
165 if "#" in cid:
166 mid, iid = cid.split("#")
167 else:
168 mid = cid
169 iid = None
170 return mid, iid
171
172 def get_instance_display_name(self, cid):
173 if not cid:

Callers 5

has_wizardMethod · 0.95
mainFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected