Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/ax
/ GetContent
Method
GetContent
proto/ax.pb.go:396–401 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
394
}
395
396
func
(x *Message) GetContent() *Content {
397
if
x != nil {
398
return
x.Content
399
}
400
return
nil
401
}
402
403
func
(x *Message) GetInternalOnly() bool {
404
if
x != nil {
Callers
15
TestMulti
Function · 0.80
createLocalAgent
Function · 0.80
Connect
Method · 0.80
handleConfirmationAnswer
Method · 0.80
protoToContents
Function · 0.80
TestIntegrationGeminiPlanner
Function · 0.80
TestController_Exec_LastSeq
Function · 0.80
TestController_Exec_WaitsForConfirmation
Function · 0.80
TestController_Exec_InternalOnly
Function · 0.80
TestConfirmation
Function · 0.80
TestResumeConfirmation
Function · 0.80
exec
Method · 0.80
Calls
no outgoing calls
Tested by
15
TestMulti
Function · 0.64
createLocalAgent
Function · 0.64
Connect
Method · 0.64
TestIntegrationGeminiPlanner
Function · 0.64
TestController_Exec_LastSeq
Function · 0.64
TestController_Exec_WaitsForConfirmation
Function · 0.64
TestController_Exec_InternalOnly
Function · 0.64
TestConfirmation
Function · 0.64
TestResumeConfirmation
Function · 0.64
TestAgentExecutor_BasicExec
Function · 0.64
TestAgentExecutor_ConfirmationReturnsPending
Function · 0.64
TestAgentExecutor_NoHistoryLoading
Function · 0.64