Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/uname-yang/pysnowball
/ quote_current
Function
quote_current
pysnowball/cube.py:20–22 ·
view source on GitHub ↗
(symbol)
Source
from the content-addressed store, hash-verified
18
return
utls.fetch(url, host)
19
20
def
quote_current(symbol):
21
url = api_ref.quote_current + symbol
22
return
utls.fetch(url, host)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected