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

Method GetMsgId

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

Source from the content-addressed store, hash-verified

627}
628
629func (x *RecordToolUsageRequest) GetMsgId() string {
630 if x != nil {
631 return x.MsgId
632 }
633 return ""
634}
635
636func (x *RecordToolUsageRequest) GetServerUrl() string {
637 if x != nil && x.ServerUrl != nil {

Callers 6

TestRecordTokenUsageFunction · 0.45
TestRecordPromptUsageFunction · 0.45
TestRecordToolUsageFunction · 0.45
RecordTokenUsageMethod · 0.45
RecordPromptUsageMethod · 0.45
RecordToolUsageMethod · 0.45

Calls

no outgoing calls

Tested by 3

TestRecordTokenUsageFunction · 0.36
TestRecordPromptUsageFunction · 0.36
TestRecordToolUsageFunction · 0.36