MCPcopy Index your code
hub / github.com/ZeroIntensity/pointers.py / ctc

Function ctc

gen.py:30–31  ·  view source on GitHub ↗
(data: str)

Source from the content-addressed store, hash-verified

28
29
30def ctc(data: str) -> str:
31 return f"ctypes.c_{data}"
32
33
34def ctp(data: str) -> str:

Callers 1

gen.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected