Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Botloader/botloader
/ get_rt_ctx
Function
get_rt_ctx
components/runtime/src/lib.rs:329–332 ·
view source on GitHub ↗
(state: &Rc<RefCell<OpState>>)
Source
from the content-addressed store, hash-verified
327
}
328
329
pub fn get_rt_ctx(state: &Rc<RefCell<OpState>>) -> RuntimeContext {
330
let state = state.borrow();
331
state.borrow::<RuntimeContext>().clone()
332
}
Callers
15
discord_get_guild
Method · 0.85
discord_get_message
Method · 0.85
discord_get_messages
Method · 0.85
discord_create_message
Method · 0.85
discord_edit_message
Method · 0.85
discord_crosspost_message
Method · 0.85
discord_delete_message
Method · 0.85
discord_bulk_delete_messages
Method · 0.85
discord_start_thread_from_message
Method · 0.85
discord_start_thread_without_message
Method · 0.85
discord_start_forum_thread
Method · 0.85
discord_add_thread_member
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected