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

Method GetInjected

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

Source from the content-addressed store, hash-verified

655}
656
657func (x *RecordToolUsageRequest) GetInjected() bool {
658 if x != nil {
659 return x.Injected
660 }
661 return false
662}
663
664func (x *RecordToolUsageRequest) GetInvocationError() string {
665 if x != nil && x.InvocationError != nil {

Callers 2

TestRecordToolUsageFunction · 0.80
RecordToolUsageMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestRecordToolUsageFunction · 0.64