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

Method GetInput

coderd/aibridged/proto/aibridged.pb.go:650–655  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

648}
649
650func (x *RecordToolUsageRequest) GetInput() string {
651 if x != nil {
652 return x.Input
653 }
654 return ""
655}
656
657func (x *RecordToolUsageRequest) GetInjected() bool {
658 if x != nil {

Callers 2

TestRecordToolUsageFunction · 0.80
RecordToolUsageMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestRecordToolUsageFunction · 0.64