MCPcopy Create free account
hub / github.com/Dstack-TEE/dstack / message

Method message

ra-rpc/src/openapi.rs:645–647  ·  view source on GitHub ↗
(&self, name: &str)

Source from the content-addressed store, hash-verified

643 }
644
645 fn message(&self, name: &str) -> Option<&MessageInfo> {
646 self.messages.get(name)
647 }
648
649 fn enumeration(&self, name: &str) -> Option<&EnumInfo> {
650 self.enums.get(name)

Callers 3

schema_refMethod · 0.80
field_schemaMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected