Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
30
def
ctc(data: str) -> str:
31
return
f
"ctypes.c_{data}"
32
33
34
def
ctp(data: str) -> str:
Callers
1
gen.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected