Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mikumifa/biliTickerBuy
/ inner_input_serverchan
Function
inner_input_serverchan
tab/config.py:117–119 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
115
)
116
117
def
inner_input_serverchan(x):
118
ConfigDB.insert(
"serverchanKey"
, x)
119
return
gr.update(value=ConfigDB.get(
"serverchanKey"
))
120
121
def
inner_input_serverchan3(x):
122
ConfigDB.insert(
"serverchan3ApiUrl"
, x)
Callers
nothing calls this directly
Calls
3
insert
Method · 0.80
update
Method · 0.80
get
Method · 0.45
Tested by
no test coverage detected