MCPcopy 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
22func (s *Setting) GetParam(key string) string {
23 return s.Setting[key]
24}
25
26type UpdateSetting struct {
27 UpdatedAt int64 `json:"updatedAt"`

Callers 1

rewriteHttpAuthHeaderFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected