Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/avinassh/rockstar
/ c_rockstar.py
File
c_rockstar.py
examples/c_rockstar.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
rockstar
import
RockStar
2
3
c_code =
"printf('Hello world')"
4
rock_it_bro = RockStar(days=400, file_name=
'helloWorld.c'
, code=c_code)
Callers
nothing calls this directly
Calls
2
RockStar
Class · 0.90
make_me_a_rockstar
Method · 0.80
Tested by
no test coverage detected