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

Method GetCreatedAt

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

Source from the content-addressed store, hash-verified

676}
677
678func (x *RecordToolUsageRequest) GetCreatedAt() *timestamppb.Timestamp {
679 if x != nil {
680 return x.CreatedAt
681 }
682 return nil
683}
684
685func (x *RecordToolUsageRequest) GetToolCallId() string {
686 if x != nil {

Callers 8

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

Calls

no outgoing calls

Tested by 4

TestRecordTokenUsageFunction · 0.36
TestRecordPromptUsageFunction · 0.36
TestRecordToolUsageFunction · 0.36
TestLogSender_MainlineFunction · 0.36