MCPcopy Create free account
hub / github.com/dfinity/orbit / call_context

Function call_context

core/station/impl/src/core/middlewares.rs:11–13  ·  view source on GitHub ↗

Creates the call context of the current request

()

Source from the content-addressed store, hash-verified

9
10/// Creates the call context of the current request
11pub fn call_context() -> CallContext {
12 CallContext::get()
13}
14
15/// Middleware to authorize a request
16///

Callers 15

get_assetMethod · 0.50
list_assetsMethod · 0.50
list_notificationsMethod · 0.50
get_user_groupMethod · 0.50
list_user_groupsMethod · 0.50
get_request_policyMethod · 0.50
list_request_policiesMethod · 0.50
get_accountMethod · 0.50
list_accountsMethod · 0.50
create_requestMethod · 0.50
cancel_requestMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected