Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JaredStewart/coderlm
/ _base_url
Function
_base_url
plugin/skills/coderlm/scripts/coderlm_cli.py:63–66 ·
view source on GitHub ↗
(state: dict)
Source
from the content-addressed store, hash-verified
61
62
63
def
_base_url(state: dict) -> str:
64
host = state.get(
"host"
,
"127.0.0.1"
)
65
port = state.get(
"port"
, 3000)
66
return
f
"http://{host}:{port}/api/v1"
67
68
69
def
_session_id(state: dict) -> str:
Callers
5
_get
Function · 0.85
_post
Function · 0.85
_safe_get
Function · 0.85
cmd_status
Function · 0.85
cmd_cleanup
Function · 0.85
Calls
1
get
Method · 0.45
Tested by
no test coverage detected