MCPcopy Create free account
hub / github.com/Botloader/botloader / name

Method name

components/runtime/src/extensions/httpclient.rs:180–182  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

178
179impl Resource for RequestReponseBodyResource {
180 fn name(&self) -> Cow<'static, str> {
181 "requestReponseBodyResource".into()
182 }
183
184 fn read(self: Rc<Self>, limit: usize) -> AsyncResult<BufView> {
185 Box::pin(async move {

Callers 6

discord_edit_threadMethod · 0.45
discord_create_roleMethod · 0.45
discord_update_roleMethod · 0.45
discord_edit_emojiMethod · 0.45
discord_webhook_editMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected