Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bricks-cloud/BricksLLM
/ GetParam
Method
GetParam
internal/provider/setting.go:22–24 ·
view source on GitHub ↗
(key string)
Source
from the content-addressed store, hash-verified
20
}
21
22
func
(s *Setting) GetParam(key string) string {
23
return
s.Setting[key]
24
}
25
26
type
UpdateSetting
struct
{
27
UpdatedAt int64 `json:
"updatedAt"
`
Callers
1
rewriteHttpAuthHeader
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected