MCPcopy Index your code
hub / github.com/SMNETSTUDIO/Groq2API / Set

Method Set

pkg/groq/interface.go:5–7  ·  view source on GitHub ↗
(key string, value string)

Source from the content-addressed store, hash-verified

3type Headers map[string]string
4
5func (h Headers) Set(key string, value string) {
6 h[key] = value
7}
8
9func NewHeader() Headers {
10 return make(Headers)

Callers 10

handlerHeadersFunction · 0.80
baseHeaderFunction · 0.80
GerOrganizationIdFunction · 0.80
GetSessionTokenFunction · 0.80
ChatCompletionsFunction · 0.80
GetModelsFunction · 0.80
setResponseHeaderMethod · 0.80
CorsFunction · 0.80
authSessionHandlerFunction · 0.80
authRefreshHandlerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected