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

Method GetMetadata

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

Source from the content-addressed store, hash-verified

669}
670
671func (x *RecordToolUsageRequest) GetMetadata() map[string]*anypb.Any {
672 if x != nil {
673 return x.Metadata
674 }
675 return nil
676}
677
678func (x *RecordToolUsageRequest) GetCreatedAt() *timestamppb.Timestamp {
679 if x != nil {

Callers 5

RecordInterceptionMethod · 0.45
RecordTokenUsageMethod · 0.45
RecordPromptUsageMethod · 0.45
RecordToolUsageMethod · 0.45
RecordModelThoughtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected