Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ GetInput
Method
GetInput
coderd/aibridged/proto/aibridged.pb.go:650–655 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
648
}
649
650
func
(x *RecordToolUsageRequest) GetInput() string {
651
if
x != nil {
652
return
x.Input
653
}
654
return
""
655
}
656
657
func
(x *RecordToolUsageRequest) GetInjected() bool {
658
if
x != nil {
Callers
2
TestRecordToolUsage
Function · 0.80
RecordToolUsage
Method · 0.80
Calls
no outgoing calls
Tested by
1
TestRecordToolUsage
Function · 0.64