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

Method comment_for

ra-rpc/src/openapi.rs:159–161  ·  view source on GitHub ↗
(&self, path: &[i32])

Source from the content-addressed store, hash-verified

157 }
158
159 fn comment_for(&self, path: &[i32]) -> Option<&str> {
160 self.entries.get(path).map(String::as_str)
161 }
162}
163
164fn comment_from_location(location: &prost_types::source_code_info::Location) -> Option<String> {

Callers 3

register_messageMethod · 0.80
register_enumMethod · 0.80
register_serviceMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected