Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aiprodcoder/MIXAPI
/ SetText
Method
SetText
dto/claude.go:34–36 ·
view source on GitHub ↗
(s string)
Source
from the content-addressed store, hash-verified
32
}
33
34
func
(c *ClaudeMediaMessage) SetText(s string) {
35
c.Text = &s
36
}
37
38
func
(c *ClaudeMediaMessage) GetText() string {
39
if
c.Text == nil {
Callers
1
ResponseOpenAI2Claude
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected