MCPcopy
hub / github.com/avinassh/rockstar / erlang_rockstar.py

File erlang_rockstar.py

examples/erlang_rockstar.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from rockstar import RockStar
2
3erlang_code = 'io:format("~s~n", ["Hello, world!"])'
4rock_it_bro = RockStar(days=777, file_name='helloworld.erl', code=erlang_code)

Callers

nothing calls this directly

Calls 2

RockStarClass · 0.90
make_me_a_rockstarMethod · 0.80

Tested by

no test coverage detected