MCPcopy Create free account
hub / github.com/coder/coder / ptr

Function ptr

coderd/x/chatd/chatopenai/options_test.go:468–470  ·  view source on GitHub ↗
(value T)

Source from the content-addressed store, hash-verified

466}
467
468func ptr[T any](value T) *T {
469 return &value
470}
471
472type fakeLanguageModel struct {
473 provider string

Calls

no outgoing calls

Tested by

no test coverage detected