Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dfinity/orbit
/ functions
Functions
3,207 in github.com/dfinity/orbit
⨍
Functions
3,207
◇
Types & classes
1,930
↓ 4 callers
Function
throttle
(fn: T, wait: number = 300)
apps/wallet/src/utils/helper.utils.ts:60
↓ 4 callers
Function
transformIdlWithOnlyVerifiedCalls
( build: CandidIDL.InterfaceFactory, )
apps/wallet/src/utils/helper.utils.ts:193
↓ 4 callers
Method
update_stations
Updates the user's stations with the provided list of stations. If a provided station is not found in the user's stations, it is ignored.
core/control-panel/impl/src/services/user_station.rs:124
↓ 4 callers
Function
useUserActivity
({ onActive, throttleMs = 1000, }: { onActive: () => void; throttleMs?: number; })
apps/wallet/src/composables/user-activity.composable.ts:4
↓ 4 callers
Method
user
return reference to user
core/station/impl/src/core/call_context.rs:69
↓ 4 callers
Method
validate
(&self)
core/station/impl/src/models/account.rs:154
↓ 4 callers
Function
validate_execution_plan
( execution_plan: &RequestExecutionPlan, )
core/station/impl/src/models/request.rs:206
↓ 4 callers
Function
validate_groups
(group_ids: &[UUID])
core/station/impl/src/models/user.rs:101
↓ 4 callers
Function
validate_labels
(labels: &[String])
core/station/impl/src/models/external_canister.rs:207
↓ 4 callers
Function
validate_name
(name: &str)
core/station/impl/src/models/user_group.rs:47
↓ 4 callers
Function
validate_network
(blockchain_network: &str)
core/station/impl/src/models/transfer.rs:166
↓ 4 callers
Function
validate_to_address
(to_address: &str)
core/station/impl/src/models/transfer.rs:150
↓ 4 callers
Method
verify
( &self, dfx_orbit: &DfxOrbit, request: &GetRequestResponse, )
tools/dfx-orbit/src/args.rs:216
↓ 4 callers
Method
withStationId
(stationId: Principal)
apps/wallet/src/services/station.service.ts:139
↓ 3 callers
Function
add_external_canister_call_any_method_permission_and_approval
( env: &PocketIc, station_id: Principal, admin_id: Principal, quorum: station_api::QuorumDTO,
tests/integration/src/utils.rs:1116
↓ 3 callers
Function
add_named_rule_with_input
( env: &PocketIc, station_canister_id: Principal, requester: Principal, input: station_api::Ad
tests/integration/src/station_test_data/named_rule.rs:11
↓ 3 callers
Function
add_requests_to_repository
(count: usize)
core/station/impl/src/repositories/request.rs:1117
↓ 3 callers
Function
add_test_external_canisters
( canisters_count: usize, calls_count: usize, state: ExternalCanisterState, al
core/station/impl/src/services/external_canister.rs:2452
↓ 3 callers
Function
add_user_with_name
( env: &PocketIc, user_name: String, identity: Principal, group_ids: Vec<String>, station_
tests/integration/src/utils.rs:380
↓ 3 callers
Function
allowAuthenticated
()
apps/wallet/src/components/accounts/wizard/AccountAccessSettings.spec.ts:7
↓ 3 callers
Function
amount_to_f64
Formats a balance to a floating point number with the given number of decimals. The floating conversion will only be precise up to 15 decimal places.
libs/orbit-essentials/src/utils/number.rs:4
↓ 3 callers
Method
and_namespace
(mut self, namespace: &str)
core/control-panel/impl/src/repositories/registry.rs:369
↓ 3 callers
Method
apply
(&self, existing_ids: Option<&HashSet<Self::IdType>>)
libs/orbit-essentials/src/repository.rs:211
↓ 3 callers
Method
artifact
Returns the artifact.
core/control-panel/impl/src/models/artifact.rs:84
↓ 3 callers
Method
as_path_bufs
( &self, canister: &str, paths: &[String], )
tools/dfx-orbit/src/util.rs:7
↓ 3 callers
Function
assertReplicaIsHealthy
(network: string)
cli/src/utils.ts:74
↓ 3 callers
Function
assert_can_list_accounts
( env: &PocketIc, station_id: Principal, requester: Principal, expected: usize, )
tests/integration/src/station_migration_tests.rs:370
↓ 3 callers
Function
assert_can_list_address_book_entries
( env: &PocketIc, station_id: Principal, requester: Principal, expected: usize, )
tests/integration/src/station_migration_tests.rs:421
↓ 3 callers
Function
assert_can_list_permissions
( env: &PocketIc, station_id: Principal, requester: Principal, expected: usize, )
tests/integration/src/station_migration_tests.rs:513
↓ 3 callers
Function
assert_can_list_request_policies
( env: &PocketIc, station_id: Principal, requester: Principal, expected: usize, )
tests/integration/src/station_migration_tests.rs:490
↓ 3 callers
Function
assert_can_list_requests
( env: &PocketIc, station_id: Principal, requester: Principal, expected: usize, )
tests/integration/src/station_migration_tests.rs:452
↓ 3 callers
Function
assert_can_list_user_groups_endpoint
( env: &PocketIc, station_id: Principal, requester: Principal, expected: usize, )
tests/integration/src/station_migration_tests.rs:344
↓ 3 callers
Function
assert_can_list_users_endpoint
( env: &PocketIc, station_id: Principal, requester: Principal, expected: usize, )
tests/integration/src/station_migration_tests.rs:316
↓ 3 callers
Function
assert_controllers_eq
Checks that the controllers are equal, by sorthing them before comparison
tests/integration/src/dfx_orbit/manage_settings.rs:122
↓ 3 callers
Function
assert_expected_account_permissions
(allow: &AllowDTO, group_id: String)
tests/integration/src/disaster_recovery_tests.rs:597
↓ 3 callers
Function
assert_initial_accounts
( env: &PocketIc, canister_id: Principal, requester: Principal, expected_accounts: &Vec<InitAc
tests/integration/src/install_tests.rs:925
↓ 3 callers
Function
assert_initial_users
( env: &PocketIc, canister_id: Principal, requester: Principal, expected_users: &Vec<InitUserI
tests/integration/src/install_tests.rs:694
↓ 3 callers
Method
assert_user_access
Checks if the caller has access to the given user. Admins and controllers have access to all users.
core/control-panel/impl/src/services/user.rs:196
↓ 3 callers
Method
asset_agent
(&self, canister_id: Principal)
tools/dfx-orbit/src/asset/util.rs:47
↓ 3 callers
Method
can_approve
Checks if the user can approve the request.
core/station/impl/src/models/request.rs:358
↓ 3 callers
Method
can_query_state
(&self, caller: &Principal)
core/upgrader/impl/src/controllers/disaster_recovery.rs:154
↓ 3 callers
Function
cancel_scheduled_expiration
(at_ns: u64)
core/station/impl/src/jobs/cancel_expired_requests.rs:47
↓ 3 callers
Function
cbor_encode
Encoding
libs/orbit-essentials/src/http.rs:50
↓ 3 callers
Method
compare
(other: SemanticVersion)
apps/wallet/src/utils/helper.utils.ts:271
↓ 3 callers
Method
compute_evidence
(&self, sources: &[&Path])
tools/dfx-orbit/src/asset/util.rs:63
↓ 3 callers
Method
contains_key
Contains the key.
core/station/impl/src/core/cache.rs:63
↓ 3 callers
Method
create
( &self, request_id: UUID, requested_by_user: UUID, input: station_api::Create
core/station/impl/src/factories/requests/edit_request_policy.rs:18
↓ 3 callers
Method
create
( &self, request_id: UUID, requested_by_user: UUID, input: station_api::Create
core/station/impl/src/factories/requests/remove_request_policy.rs:18
↓ 3 callers
Method
create
(&self, input: AddNamedRuleOperationInput)
core/station/impl/src/services/named_rule.rs:125
↓ 3 callers
Method
create_entry
Creates a new address book entry.
core/station/impl/src/services/address_book.rs:111
↓ 3 callers
Function
create_transfer
( env: &PocketIc, station_id: Principal, requester: Principal, input: station_api::TransferOpe
tests/integration/src/utils.rs:769
↓ 3 callers
Method
create_with_id
( &self, input: AddUserGroupOperationInput, with_user_group_id: Option<UUID>, )
core/station/impl/src/services/user_group.rs:98
↓ 3 callers
Function
dateWithoutTimezone
(date: Date)
apps/wallet/src/utils/date.utils.ts:1
↓ 3 callers
Function
deploy_test_canister
(env: &PocketIc, controller: Principal)
tests/integration/src/utils.rs:1161
↓ 3 callers
Function
detectAddressFormat
(blockchain: string, address: string)
apps/wallet/src/utils/asset.utils.ts:14
↓ 3 callers
Function
disableWorkers
()
apps/wallet/src/workers/index.ts:113
↓ 3 callers
Method
edit
(&self, input: EditNamedRuleOperationInput)
core/station/impl/src/services/named_rule.rs:159
↓ 3 callers
Method
evaluate_requests
Evaluate disaster recovery requests If at least min_users requested the same wasm module (by hash) and arg, clear the requests and return the module a
core/upgrader/impl/src/services/disaster_recovery.rs:229
↓ 3 callers
Method
fail_request
( &self, mut request: Request, reason: String, request_failed_time: u64, )
core/station/impl/src/services/request.rs:494
↓ 3 callers
Function
fetchCanisterVersion
( agent: HttpAgent, canisterId: Principal, )
apps/wallet/src/core/compatibility.core.ts:15
↓ 3 callers
Function
fetch_account_balances
( env: &PocketIc, station_canister_id: Principal, requester: Principal, input: FetchAccountBal
tests/integration/src/utils.rs:863
↓ 3 callers
Method
find_by_account
( &self, account_id: AccountId, created_dt_from: Option<Timestamp>, created_dt
core/station/impl/src/repositories/transfer.rs:128
↓ 3 callers
Method
find_by_resource
(&self, resource: Resource)
core/station/impl/src/repositories/request_policy.rs:108
↓ 3 callers
Method
get
(&self, user_group_id: &UUID)
core/station/impl/src/services/user_group.rs:38
↓ 3 callers
Method
get
(&self, service_name: &str)
libs/orbit-essentials/src/metrics.rs:349
↓ 3 callers
Function
getDefaultFilters
()
apps/wallet/src/composables/external-canisters.composable.ts:38
↓ 3 callers
Function
getOrDefault
( methodName: string, validationTarget: ValidationMethodResourceTarget, )
apps/wallet/src/mappers/external-canister.mapper.ts:65
↓ 3 callers
Method
getPermission
( input: GetPermissionInput, verifiedCall = false, )
apps/wallet/src/services/station.service.ts:168
↓ 3 callers
Method
get_cycle_obtain_strategy
(&self)
core/station/impl/src/models/system.rs:113
↓ 3 callers
Function
get_disaster_recovery_committee
( env: &PocketIc, upgrader_id: Principal, station_id: Principal, )
tests/integration/src/utils.rs:1193
↓ 3 callers
Method
get_external_canister_permissions
Returns the permissions of the external canister by its canister id. The permissions are grouped by the type of action they are for: - `read`: Permi
core/station/impl/src/services/external_canister.rs:204
↓ 3 callers
Function
get_icp_account_identifier
(addresses: &[station_api::AccountAddressDTO])
tests/integration/src/utils.rs:896
↓ 3 callers
Method
get_name
(&self)
core/station/impl/src/models/system.rs:121
↓ 3 callers
Method
get_next_approvable_request
( &self, input: GetNextApprovableRequestInput, ctx: Option<&CallContext>, )
core/station/impl/src/services/request.rs:258
↓ 3 callers
Method
get_permissions_dependencies
( &self, permissions: &Vec<Permission>, )
core/station/impl/src/services/permission.rs:123
↓ 3 callers
Method
get_registry_entry
Returns the registry entry by id.
core/control-panel/impl/src/controllers/registry.rs:71
↓ 3 callers
Method
get_transfer
(&self, id: &TransferId, ctx: &CallContext)
core/station/impl/src/services/transfer.rs:34
↓ 3 callers
Function
hasRequiredSession
( requiredSessionState: RequiredSessionState, session = useSessionStore(), )
apps/wallet/src/utils/auth.utils.ts:6
↓ 3 callers
Method
has_named_rule_id
(&self, named_rule_id: &NamedRuleId)
core/station/impl/src/models/request_policy_rule.rs:116
↓ 3 callers
Function
indent
(str: string, indentLevel: number, indentSize = 2)
apps/wallet/src/utils/disaster-recovery.utils.ts:111
↓ 3 callers
Function
indentMultilineText
(text: string)
apps/wallet/src/composables/request-policies.composable.ts:302
↓ 3 callers
Function
initStation
(principal: Principal, name: string)
apps/wallet/src/components/settings/StationInfoCard.spec.ts:35
↓ 3 callers
Function
initialStoreState
()
apps/wallet/src/stores/station.store.ts:110
↓ 3 callers
Method
initialize
(&self, input: station_api::SystemInit)
core/station/impl/src/controllers/system.rs:114
↓ 3 callers
Function
initialize_rng_timer
()
core/control-panel/impl/src/controllers/canister.rs:31
↓ 3 callers
Method
insert
(&self, key: NotificationKey, value: Notification)
core/station/impl/src/repositories/notification.rs:63
↓ 3 callers
Method
insert
(&self, index: TransferAccountIndex)
core/station/impl/src/repositories/indexes/transfer_account_index.rs:40
↓ 3 callers
Method
insert
(&self, index: ArtifactIndex)
core/control-panel/impl/src/repositories/indexes/artifact_index.rs:38
↓ 3 callers
Method
insert
(&self, index: RegistryIndex)
core/control-panel/impl/src/repositories/indexes/registry_index.rs:38
↓ 3 callers
Function
intNumberRangeRule
( field: string, min: number, max: number = Number.MAX_SAFE_INTEGER, )
apps/wallet/src/utils/form.utils.ts:40
↓ 3 callers
Method
into_user_station
(self)
core/control-panel/impl/src/mappers/user_station.rs:28
↓ 3 callers
Method
is_admin
Checks if the caller is an admin.
core/control-panel/impl/src/core/call_context.rs:69
↓ 3 callers
Method
is_controller
Checks if the caller is a controller.
core/control-panel/impl/src/core/call_context.rs:64
↓ 3 callers
Method
is_match
(&self, v: (Request, UUID, ResourceIds))
core/station/impl/src/models/request_specifier.rs:237
↓ 3 callers
Method
listUserStations
( input: ListUserStationsInput, verifiedCall = false, )
apps/wallet/src/services/control-panel.service.ts:89
↓ 3 callers
Method
list_assets
(&self, input: ListAssetsInput)
core/station/impl/src/controllers/asset.rs:57
↓ 3 callers
Function
list_named_rules
( env: &PocketIc, station_canister_id: Principal, requester: Principal, )
tests/integration/src/station_test_data/named_rule.rs:108
↓ 3 callers
Method
list_named_rules
( &self, input: ListNamedRulesInput, )
core/station/impl/src/controllers/named_rule.rs:59
↓ 3 callers
Function
list_request_policies
( env: &PocketIc, station_canister_id: Principal, requester: Principal, )
tests/integration/src/station_test_data/request_policy.rs:31
↓ 3 callers
Method
list_request_policies
( &self, input: ListRequestPoliciesInput, ctx: &CallContext, )
core/station/impl/src/services/request_policy.rs:188
← previous
next →
401–500 of 3,207, ranked by callers