MCPcopy Create free account
hub / github.com/pgadmin-org/pgadmin4 / getModel

Method getModel

web/pgadmin/tools/erd/static/js/erd_tool/ERDCore.js:183–183  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

181 getEngine() {return this.engine;}
182
183 getModel() {return this.getEngine().getModel();}
184
185 getBoundingLinksRect() {
186 return boundingBoxFromPolygons(

Callers 14

registerModelEventMethod · 0.95
addNodeMethod · 0.95
addLinkMethod · 0.95
syncFkRefNamesMethod · 0.95
syncTableLinksMethod · 0.95
removeLinkMethod · 0.95
addOneToManyLinkMethod · 0.95
removeOneToManyLinkMethod · 0.95
addManyToManyLinkMethod · 0.95
serializeMethod · 0.95
serializeDataMethod · 0.95
addNodeWithLinksMethod · 0.95

Calls 2

getEngineMethod · 0.95
getModelMethod · 0.65

Tested by

no test coverage detected