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

Function render_reference

pydbml/renderer/dbml/default/reference.py:63–68  ·  view source on GitHub ↗
(model: Reference)

Source from the content-addressed store, hash-verified

61
62@DefaultDBMLRenderer.renderer_for(Reference)
63def render_reference(model: Reference) -> str:
64 validate_for_dbml(model)
65 if model.inline:
66 return render_inline_reference(model)
67 else:
68 return render_not_inline_reference(model)

Callers

nothing calls this directly

Calls 3

validate_for_dbmlFunction · 0.85
render_inline_referenceFunction · 0.85

Tested by

no test coverage detected