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

Function get_debugger_template_path

web/pgadmin/tools/debugger/__init__.py:1550–1558  ·  view source on GitHub ↗
(de_inst)

Source from the content-addressed store, hash-verified

1548
1549
1550def get_debugger_template_path(de_inst):
1551 # find the debugger version and execute the query accordingly
1552 dbg_version = de_inst.debugger_data['debugger_version']
1553 if dbg_version <= 2:
1554 template_path = DEBUGGER_SQL_V1_PATH
1555 else:
1556 template_path = DEBUGGER_SQL_V3_PATH
1557
1558 return template_path
1559
1560
1561@blueprint.route(

Callers 1

clear_all_breakpointFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected