Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dataease/SQLBot
/ get_chart_template
Function
get_chart_template
backend/apps/template/generate_chart/generator.py:4–6 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
3
4
def
get_chart_template():
5
template = get_base_template()
6
return
template[
'template'
][
'chart'
]
7
8
def
get_base_terminology_template():
9
template = get_base_template()
Callers
2
chart_sys_question
Method · 0.90
chart_user_question
Method · 0.90
Calls
1
get_base_template
Function · 0.90
Tested by
no test coverage detected