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

Method GetOutputTokens

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

Source from the content-addressed store, hash-verified

381}
382
383func (x *RecordTokenUsageRequest) GetOutputTokens() int64 {
384 if x != nil {
385 return x.OutputTokens
386 }
387 return 0
388}
389
390func (x *RecordTokenUsageRequest) GetMetadata() map[string]*anypb.Any {
391 if x != nil {

Callers 2

TestRecordTokenUsageFunction · 0.80
RecordTokenUsageMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestRecordTokenUsageFunction · 0.64