MCPcopy Index your code
hub / github.com/rawpython/remi / get_method_by_id

Function get_method_by_id

remi/server.py:101–103  ·  view source on GitHub ↗
(_id)

Source from the content-addressed store, hash-verified

99
100
101def get_method_by_id(_id):
102 global runtimeInstances
103 return runtimeInstances.get(str(_id), None)
104
105
106def parse_session_cookie(cookie_to_cook):

Callers 1

_process_allMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected