MCPcopy Index your code
hub / github.com/coder/coder / ptr

Function ptr

coderd/x/chatd/chattool/execute_test.go:641–643  ·  view source on GitHub ↗
(v T)

Source from the content-addressed store, hash-verified

639}
640
641func ptr[T any](v T) *T {
642 return &v
643}

Callers 1

TestExecuteToolFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected