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

Function singleText

coderd/x/chatd/chatadvisor/runner_test.go:726–732  ·  view source on GitHub ↗
(t *testing.T, msg fantasy.Message)

Source from the content-addressed store, hash-verified

724}
725
726func singleText(t *testing.T, msg fantasy.Message) string {
727 t.Helper()
728 require.NotEmpty(t, msg.Content)
729 text, ok := fantasy.AsMessagePart[fantasy.TextPart](msg.Content[0])
730 require.True(t, ok)
731 return text.Text
732}

Calls 2

NotEmptyMethod · 0.80
HelperMethod · 0.65

Tested by

no test coverage detected