MCPcopy Create free account
hub / github.com/aws/amazon-q-developer-cli / from

Method from

crates/chat-cli/src/api_client/model.rs:146–148  ·  view source on GitHub ↗
(value: AwsDocument)

Source from the content-addressed store, hash-verified

144
145impl From<AwsDocument> for FigDocument {
146 fn from(value: AwsDocument) -> Self {
147 Self(value)
148 }
149}
150
151impl From<FigDocument> for AwsDocument {

Callers

nothing calls this directly

Calls 15

mapMethod · 0.80
to_stringMethod · 0.80
ToolSpecificationClass · 0.70
TextClass · 0.50
CodeReferenceEventClass · 0.50
FollowupPromptEventClass · 0.50
IntentsEventClass · 0.50
buildMethod · 0.45
input_schemaMethod · 0.45
descriptionMethod · 0.45
nameMethod · 0.45

Tested by

no test coverage detected