Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/jasperproject/jasper-client
/ config
Function
config
client/jasperpath.py:15–16 ·
view source on GitHub ↗
(*fname)
Source
from the content-addressed store, hash-verified
13
14
15
def
config(*fname):
16
return
os.path.join(CONFIG_PATH, *fname)
17
18
19
def
data(*fname):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected