MCPcopy Create free account
hub / github.com/betta-tech/byo-coding-agent / SetModel

Method SetModel

internal/provider/mock.go:98–102  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

96}
97
98func (p *MockProvider) SetModel(name string) {
99 p.mu.Lock()
100 p.ModelName = name
101 p.mu.Unlock()
102}
103
104// Calls returns how many times Send has been invoked.
105func (p *MockProvider) Calls() int {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected