Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LagrangeDev/LagrangeGo
/ getParams
Method
getParams
client/handler.go:12–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
}
11
12
func
(h *handlerInfo) getParams() network.RequestParams {
13
if
h == nil {
14
return
nil
15
}
16
return
h.params
17
}
Callers
1
netLoop
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected