Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
def
comment_to_dbml(val: str) -> str:
31
return
comment(val,
'//'
)
Callers
10
test_comment
Method · 0.90
test_comment_to_dbml
Function · 0.90
render_not_inline_reference
Function · 0.90
render_project
Function · 0.90
render_enum
Function · 0.90
render_enum_item
Function · 0.90
render_table
Function · 0.90
render_column
Function · 0.90
render_index
Function · 0.90
render_table_group
Function · 0.90
Calls
1
comment
Function · 0.90
Tested by
2
test_comment
Method · 0.72
test_comment_to_dbml
Function · 0.72