MCPcopy
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

1from rockstar import RockStar
2
3c_code = "printf('Hello world')"
4rock_it_bro = RockStar(days=400, file_name='helloWorld.c', code=c_code)

Callers

nothing calls this directly

Calls 2

RockStarClass · 0.90
make_me_a_rockstarMethod · 0.80

Tested by

no test coverage detected