MCPcopy Create free account
hub / github.com/Vanderhoof/PyDBML / comment_to_dbml

Function comment_to_dbml

pydbml/renderer/dbml/default/utils.py:30–31  ·  view source on GitHub ↗
(val: str)

Source from the content-addressed store, hash-verified

28
29
30def comment_to_dbml(val: str) -> str:
31 return comment(val, '//')

Callers 10

test_commentMethod · 0.90
test_comment_to_dbmlFunction · 0.90
render_projectFunction · 0.90
render_enumFunction · 0.90
render_enum_itemFunction · 0.90
render_tableFunction · 0.90
render_columnFunction · 0.90
render_indexFunction · 0.90
render_table_groupFunction · 0.90

Calls 1

commentFunction · 0.90

Tested by 2

test_commentMethod · 0.72
test_comment_to_dbmlFunction · 0.72