Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_ref
Method · 0.80
ensure_message_generated
Method · 0.80
field_schema
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected