Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dav1dde/pasteofexile
/ functions
Functions
784 in github.com/Dav1dde/pasteofexile
⨍
Functions
784
◇
Types & classes
234
Method
render
(self, cx: Scope)
app/src/pages/paste.rs:100
Method
render
(self, cx: Scope)
app/src/pages/user_edit.rs:73
Method
render
(self, cx: Scope)
app/src/pages/user_paste.rs:102
Method
render
(self, cx: Scope)
app/src/pages/index.rs:31
Method
resolve
(r: Result<Self>)
app/src/router.rs:259
Method
resolve_err
(err: &Error)
app/src/router.rs:263
Method
restore
Deserializes a meta page from its identifier and state.
app/src/router.rs:305
Method
route
(&self)
app/src/context.rs:65
Method
send
(&self, url: String, auth: String, content: Vec<u8>)
worker/src/sentry_impl.rs:17
Function
serialize
(st: &Timestamp, serializer: S)
worker-sentry/src/utils.rs:26
Method
serialize
(&self, serializer: S)
worker-sentry/src/protocol.rs:175
Method
serialize
(&self, serializer: S)
worker-sentry/src/protocol/metrics.rs:32
Method
serialize
(&self, serializer: S)
shared/src/id.rs:70
Function
serialize_for_attribute
(value: &(impl Serialize + ?Sized))
app/src/utils.rs:171
Function
serialize_id
( uuid: &uuid::Uuid, serializer: S, )
worker-sentry/src/utils.rs:14
Method
session
(&self)
worker/src/utils.rs:189
Method
set_meta
(meta: Meta)
app/src/response_context.rs:56
Method
set_request
(&mut self, request: impl Into<Option<protocol::Request>>)
worker-sentry/src/client.rs:56
Method
set_status_code
(status_code: u16)
app/src/response_context.rs:48
Method
set_trace_id
(&mut self, trace_id: protocol::TraceId)
worker-sentry/src/client.rs:44
Method
set_user
(&mut self, user: impl Into<Option<protocol::User>>)
worker-sentry/src/client.rs:48
Function
skill_name_fallback
Workaround for [`#3173`], PoB exports skills granted by uniques with an empty name. This list is not complete. [`#3173`]: https://github.com/PathOfB
pob/src/gems.rs:19
Method
start_transaction
(&mut self, ctx: super::TransactionContext)
worker-sentry/src/client.rs:92
Method
strong
(value: &'a str)
worker/src/utils.rs:144
Function
summary_to_view
( cx: Scope<'a>, summary: &'a PasteSummary, on_delete: &'a Signal<bool>, )
app/src/pages/user.rs:113
Function
switch_browser
( cx: Scope<'a>, route: &'a ReadSignal<PercentRoute<Route>>, )
app/src/router.rs:72
Function
test_ascendancy_images
()
app/src/assets.rs:88
Function
test_cache_control
()
worker/src/utils.rs:245
Function
test_class_from_str_aliases
()
shared/src/poe.rs:410
Function
test_class_set
()
shared/src/poe.rs:392
Function
test_id_chars
()
shared/src/validation.rs:121
Function
test_id_length
()
shared/src/validation.rs:108
Function
test_invalid_hex
()
app/src/pob/formatting.rs:118
Function
test_invalid_interleaved
()
app/src/pob/formatting.rs:151
Function
test_multiple
()
app/src/pob/formatting.rs:136
Function
test_multiple_empty
()
app/src/pob/formatting.rs:145
Function
test_no_element
()
app/src/pob/formatting.rs:100
Function
test_one_hex_element
()
app/src/pob/formatting.rs:106
Function
test_one_named_element
()
app/src/pob/formatting.rs:112
Function
test_only_first_color
()
app/src/pob/formatting.rs:169
Function
test_pantheon_names_and_parse_tokens
()
shared/src/poe.rs:418
Function
test_pretty_date
()
app/src/utils.rs:278
Function
test_start_end_regression
()
app/src/pob/formatting.rs:157
Function
test_strip_colors
()
app/src/pob/formatting.rs:163
Function
test_title_chars
()
shared/src/validation.rs:103
Function
test_title_length
()
shared/src/validation.rs:90
Function
test_to_path
()
worker/src/utils.rs:240
Function
test_too_short
()
app/src/pob/formatting.rs:124
Function
test_too_short_hex
()
app/src/pob/formatting.rs:130
Function
test_urlsafe_join
()
shared/src/url.rs:103
Function
test_urlsafe_push
()
shared/src/url.rs:113
Function
test_urlsafe_static
()
shared/src/url.rs:121
Function
test_valid_id
()
shared/src/validation.rs:29
Method
to_paste_edit_url
(&self)
shared/src/id.rs:115
Function
to_path
(id: &Id)
worker/src/utils.rs:42
Method
to_pob_load_url
(&self)
shared/src/id.rs:127
Method
to_pob_long_load_url
(&self)
shared/src/id.rs:133
Method
to_raw_url
(&self)
shared/src/id.rs:119
Method
to_url
Returns the URL to the frontend user page.
shared/src/user.rs:35
Method
to_url
(&self)
shared/src/model.rs:59
Method
to_user_api_url
(&self)
shared/src/id.rs:95
Method
to_value
(self)
worker-sentry/src/metrics.rs:21
Method
try_from
(value: &'a Url)
worker/src/poe_api.rs:31
Method
try_from
(paste: crate::context::Paste)
app/src/build.rs:139
Method
try_from
(id: String)
shared/src/id.rs:51
Method
try_from
(value: String)
shared/src/user.rs:103
Function
try_from_ref
(node_ref: &NodeRef<impl GenericNode>)
app/src/utils.rs:119
Function
unique_carcass_jack
()
pob/src/items.rs:652
Function
unique_dual_variant
()
pob/src/items.rs:1043
Function
unique_tabula_no_explicits
()
pob/src/items.rs:858
Method
update_transaction
(&mut self, status: protocol::SpanStatus)
worker-sentry/src/client.rs:107
Method
url
(&self)
app/src/meta.rs:18
Method
user
(name: shared::User, pastes: Vec<PasteSummary>)
app/src/context.rs:43
Method
user_paste
(id: PasteId, paste: shared::model::Paste)
app/src/context.rs:50
Method
user_paste_edit
(up: UserPasteId, paste: shared::model::Paste)
app/src/context.rs:58
Method
verify
(&self, data: &str, max_age: Duration)
worker/src/dangerous.rs:78
Method
visit_seq
(self, mut seq: A)
pob/src/serde/model.rs:348
Method
visit_str
(self, value: &str)
pob/src/serde/utils.rs:70
Function
ward_item
()
pob/src/items.rs:785
Method
was_cached
Whether the response was created from the cache.
worker/src/response.rs:312
Method
weak
(value: &'a str)
worker/src/utils.rs:152
Method
with_current_sentry
(self)
worker-sentry/src/lib.rs:137
Method
with_formatting
(formatting: Formatting, value: T)
app/src/pob/element.rs:238
Method
with_type
(typ: FragmentType, value: T)
app/src/pob/element.rs:249
← previous
701–784 of 784, ranked by callers