SYMBOL INDEX (232 symbols across 57 files) FILE: sentry-symbols.js constant VERSION (line 16) | const VERSION = /\bv?(?:0|[1-9]\d*)\.(?:0|[1-9]\d*)\.(?:0|[1-9]\d*)(?:-[... constant SYMBOL_CACHE_FOLDER (line 17) | const SYMBOL_CACHE_FOLDER = '.electron-symbols'; function main (line 21) | async function main() { function getElectronVersion (line 71) | function getElectronVersion() { function downloadSymbols (line 88) | async function downloadSymbols(options) { FILE: src/app/analytics/analytics.ts type Request (line 20) | interface Request extends Event { class Analytics (line 24) | class Analytics { method constructor (line 29) | constructor({ baseUrl, disabled }: { baseUrl: string; disabled: boolea... method initialize (line 34) | initialize(): void { FILE: src/app/analytics/event.ts type EventName (line 8) | enum EventName { type Event (line 23) | interface Event { type Client (line 32) | interface Client { FILE: src/app/config/filters.ts class Filters (line 15) | class Filters { method constructor (line 18) | constructor(root: RootStore) { method setupReactions (line 31) | setupReactions(): void { method config (line 43) | get config(): ProposalFilters { method country (line 51) | get country(): string | undefined { method presetID (line 55) | get presetID(): number | undefined | null { method initialized (line 59) | get initialized(): boolean { method defaults (line 63) | get defaults(): ProposalFilters { FILE: src/app/config/store.ts type Config (line 18) | interface Config { type DesktopConfig (line 29) | interface DesktopConfig { type ProposalFilters (line 42) | interface ProposalFilters { type PriceCeiling (line 55) | interface PriceCeiling { class ConfigStore (line 59) | class ConfigStore { method constructor (line 65) | constructor(root: RootStore) { method currentTermsAgreed (line 119) | get currentTermsAgreed(): boolean { method onboarded (line 134) | get onboarded(): boolean { method dnsOption (line 142) | get dnsOption(): DNSOption { method autoNATCompatibility (line 150) | get autoNATCompatibility(): boolean { method quickConnect (line 158) | get quickConnect(): boolean { method killSwitch (line 166) | get killSwitch(): boolean { method vpn2Offered (line 176) | get vpn2Offered(): boolean { FILE: src/app/connection/components/ConnectButton/ConnectButton.tsx type ConnectButtonProps (line 17) | type ConnectButtonProps = { FILE: src/app/connection/store.ts class ConnectionStore (line 23) | class ConnectionStore { method constructor (line 36) | constructor(root: RootStore) { method setupReactions (line 66) | setupReactions(): void { method connect (line 132) | async connect(): Promise { method quickConnect (line 137) | async quickConnect(): Promise { method _doConnect (line 144) | private async _doConnect(): Promise { method statusCheck (line 195) | async statusCheck(): Promise { method disconnect (line 212) | async disconnect(): Promise { method resolveOriginalLocation (line 233) | async resolveOriginalLocation(): Promise { method resetLocation (line 243) | resetLocation(): void { method resolveLocation (line 255) | async resolveLocation(): Promise { method resolveNATType (line 279) | async resolveNATType(): Promise { method currentIp (line 294) | get currentIp(): string { FILE: src/app/daemon/store.ts type DaemonStatusType (line 19) | enum DaemonStatusType { type StartupStatus (line 24) | enum StartupStatus { class DaemonStore (line 34) | class DaemonStore { method constructor (line 44) | constructor(root: RootStore) { method setupReactions (line 65) | setupReactions(): void { method setStartupStatus (line 84) | setStartupStatus(status: StartupStatus): void { method healthcheck (line 88) | async healthcheck(): Promise { method update (line 109) | async update(): Promise { method start (line 137) | async start(): Promise { method supervisorInstall (line 164) | async supervisorInstall(): Promise { FILE: src/app/feedback/store.ts class FeedbackStore (line 16) | class FeedbackStore { method constructor (line 21) | constructor(root: RootStore) { method reportIssue (line 30) | async reportIssue(issue: Issue): Promise { FILE: src/app/identity/store.ts class IdentityStore (line 20) | class IdentityStore { method constructor (line 28) | constructor(root: RootStore) { method setupReactions (line 56) | setupReactions(): void { method hasIdentities (line 80) | async hasIdentities(): Promise { method loadIdentity (line 85) | async loadIdentity(): Promise { method identityExists (line 93) | get identityExists(): boolean { method fetchIdentity (line 97) | async fetchIdentity(): Promise { method create (line 128) | async create(): Promise { method unlock (line 136) | async unlock(): Promise { method balanceSufficientToRegister (line 154) | async balanceSufficientToRegister(): Promise { method register (line 176) | async register(id: Identity, referralToken?: string): Promise { method requireId (line 186) | requireId(): Identity { method upgradeRequired (line 194) | async upgradeRequired(): Promise { method upgrade (line 209) | async upgrade(): Promise { method registerWithReferralToken (line 224) | async registerWithReferralToken(token: string): Promise { method refreshBalance (line 238) | async refreshBalance(): Promise { method exportIdentity (line 257) | async exportIdentity(opts: ExportIdentityOpts): Promise { method importIdentityChooseFile (line 265) | importIdentityChooseFile(): Promise { method importIdentity (line 269) | async importIdentity(opts: ImportIdentityOpts): Promise { FILE: src/app/location/components/Flag/Flag.tsx type FlagProps (line 10) | interface FlagProps { FILE: src/app/location/states.ts type CountryCode (line 8) | type CountryCode = string type StateCode (line 9) | type StateCode = string type StateName (line 10) | type StateName = string constant STATES (line 12) | const STATES: { [countryCode: CountryCode]: { [stateCode: StateCode]: St... FILE: src/app/navigation/components/ViewNavBar/ViewNavBar.tsx type ViewNavBarProps (line 43) | interface ViewNavBarProps { FILE: src/app/navigation/store.ts class NavigationStore (line 19) | class NavigationStore { method constructor (line 23) | constructor(root: RootStore, history: History) { method location (line 41) | get location(): Location { FILE: src/app/onboarding/components/InitialTopup/UseReferralCodePrompt.tsx type UseReferralCodePromptProps (line 52) | interface UseReferralCodePromptProps { type ReferralCodeFormFields (line 58) | interface ReferralCodeFormFields { FILE: src/app/onboarding/components/IntroductionSteps/IntroductionSteps.tsx type IntroductionStepProps (line 105) | interface IntroductionStepProps { FILE: src/app/onboarding/store.ts class OnboardingStore (line 13) | class OnboardingStore { method constructor (line 16) | constructor(root: RootStore) { FILE: src/app/payment/currency.ts type AmountMultiCurrency (line 11) | interface AmountMultiCurrency { FILE: src/app/payment/methods.ts type PaymentMethodName (line 13) | enum PaymentMethodName { type Gateway (line 20) | enum Gateway { type PaymentMethodMetadata (line 26) | interface PaymentMethodMetadata { type PaymentMethod (line 33) | type PaymentMethod = { constant SUPPORTED_METHODS (line 38) | const SUPPORTED_METHODS: { [key: string]: PaymentMethodMetadata } = { FILE: src/app/payment/store.ts type OrderStatus (line 31) | enum OrderStatus { type MystChain (line 37) | enum MystChain { class PaymentStore (line 42) | class PaymentStore { method constructor (line 62) | constructor(root: RootStore) { method setupReactions (line 101) | setupReactions(): void { method fetchTransactorFees (line 110) | async fetchTransactorFees(): Promise { method fetchMystToUsdRate (line 117) | async fetchMystToUsdRate(): Promise { method fiatEquivalent (line 124) | fiatEquivalent(amount: number): number { method fetchPaymentGateways (line 129) | async fetchPaymentGateways(): Promise { method orderOptions (line 146) | get orderOptions(): number[] { method currencies (line 150) | get currencies(): string[] { method buildCallerData (line 154) | buildCallerData(): CreatePaymentOrderRequest["gatewayCallerData"] { method validateOrderResponse (line 168) | validateOrderResponse(order: PaymentOrder): void { method createOrder (line 183) | async createOrder(): Promise { method openOrderSecureForm (line 230) | async openOrderSecureForm(): Promise { method orderStatus (line 239) | get orderStatus(): OrderStatus { method downloadInvoice (line 252) | async downloadInvoice(): Promise { method startTopupFlow (line 286) | async startTopupFlow(location: string): Promise { method onPaymentMethodChosen (line 294) | async onPaymentMethodChosen(): Promise { method clearOrder (line 299) | clearOrder(): void { method clearPaymentOptions (line 304) | clearPaymentOptions(): void { FILE: src/app/proposals/components/ProposalQuality/ProposalQuality.tsx type QualityProps (line 13) | interface QualityProps { FILE: src/app/proposals/components/ProposalTable/ProposalTable.tsx type TableProps (line 81) | type TableProps = { FILE: src/app/proposals/components/ProposalTable/RowRenderer.tsx type RowRendererProps (line 25) | type RowRendererProps = { FILE: src/app/proposals/store.ts type Dict (line 25) | type Dict = _.Dictionary type CountryCounts (line 26) | type CountryCounts = { [code: string]: number } class ProposalStore (line 28) | class ProposalStore { method constructor (line 44) | constructor(root: RootStore) { method setupReactions (line 74) | setupReactions(): void { method filters (line 102) | get filters(): ProposalFilters { method fetchProposals (line 106) | async fetchProposals(): Promise { method fetchProposalFilterPresets (line 127) | async fetchProposalFilterPresets(): Promise { method toggleFilterPreset (line 141) | async toggleFilterPreset(id: number | null): Promise { method setQualityFilter (line 154) | async setQualityFilter(level: QualityLevel): Promise { method setIncludeFailed (line 161) | setIncludeFailed(includeFailed: boolean): void { method setCountryFilter (line 173) | async setCountryFilter(countryCode?: string): Promise { method toggleCountryFilter (line 184) | toggleCountryFilter(countryCode?: string): void { method filteredProposals (line 193) | get filteredProposals(): UIProposal[] { method priceCeil (line 197) | get priceCeil(): PriceCeiling { method toggleActiveProposal (line 221) | toggleActiveProposal(proposal?: UIProposal): void { method setActiveProposal (line 225) | setActiveProposal(proposal?: UIProposal): void { method prepareForQuickSearch (line 229) | async prepareForQuickSearch(): Promise { method fetchAllProposalsForQuickSearch (line 238) | async fetchAllProposalsForQuickSearch(): Promise { method useQuickSearchSuggestion (line 249) | async useQuickSearchSuggestion(proposal?: UIProposal): Promise { FILE: src/app/proposals/uiProposal.ts type ProposalKey (line 11) | type ProposalKey = string type UIProposal (line 13) | interface UIProposal extends Proposal { FILE: src/app/referral/store.ts class ReferralStore (line 17) | class ReferralStore { method constructor (line 25) | constructor(root: RootStore) { method validateToken (line 41) | async validateToken(code: string): Promise { method resetToken (line 58) | resetToken(): void { method generateToken (line 63) | async generateToken(): Promise { method setToken (line 83) | setToken(token: string): void { method setMessage (line 88) | setMessage(message?: string): void { method setLoading (line 93) | setLoading(b: boolean): void { FILE: src/app/store.ts type Step (line 41) | enum Step { class RootStore (line 58) | class RootStore { method constructor (line 73) | constructor(history: History) { method setupReactions (line 109) | setupReactions(): void { method startupSequence (line 132) | async startupSequence(resumeFromStep: Step): Promise { method isWindows (line 228) | get isWindows(): boolean { method isMacOS (line 232) | get isMacOS(): boolean { method isLinux (line 236) | get isLinux(): boolean { FILE: src/app/tequilapi/index.ts constant TEQUILAPI_PORT (line 14) | const TEQUILAPI_PORT = 44050 constant SSE_URL (line 17) | const SSE_URL = `http://127.0.0.1:${TEQUILAPI_PORT}/events/state` FILE: src/app/ui-kit/components/Button/BrandButton.tsx type BrandButtonProps (line 14) | type BrandButtonProps = { FILE: src/app/ui-kit/components/Clipboard/Clipboard.tsx type Props (line 15) | interface Props { FILE: src/app/ui-kit/components/CryptoAnimation/CryptoAnimation.tsx type IconCurrencyProps (line 21) | type IconCurrencyProps = IconProps & { FILE: src/app/ui-kit/components/Prompt/Prompt.tsx type PromptProps (line 59) | interface PromptProps { FILE: src/app/ui-kit/components/QR/QR.tsx type QRProps (line 10) | interface QRProps { FILE: src/app/ui-kit/components/Spinner/Spinner.tsx type SpinnerProps (line 13) | interface SpinnerProps { FILE: src/app/ui-kit/components/Toggle/Toggle.tsx type ToggleProps (line 12) | interface ToggleProps { FILE: src/app/ui-kit/form-components/Checkbox/Checkbox.tsx type CheckboxProps (line 36) | type CheckboxProps = React.DetailedHTMLProps BrowserWindow | null): void { method start (line 92) | start(port = TEQUILAPI_PORT): Promise { method killGhost (line 123) | async killGhost(port: number): Promise { method stop (line 152) | async stop(): Promise { method exportIdentity (line 176) | exportIdentity({ method importIdentity (line 218) | importIdentity({ filename, passphrase }: ImportIdentityOpts): Promise<... FILE: src/main/node/supervisor.ts function mystSockPath (line 22) | function mystSockPath(): string { class Supervisor (line 33) | class Supervisor { method registerIPC (line 36) | registerIPC(): void { method connect (line 43) | async connect(): Promise { method request (line 65) | request(command: string, timeout = 2000): Promise { method runningVersion (line 92) | runningVersion(): Promise { method upgrade (line 96) | async upgrade(): Promise { method install (line 122) | async install(): Promise { method disconnect (line 134) | disconnect(): void { FILE: src/main/node/tequila.ts class Tequila (line 14) | class Tequila { method constructor (line 17) | constructor() { method registerIPC (line 22) | registerIPC() { FILE: src/shared/errors/parseError.ts type ParsedMessage (line 9) | interface ParsedMessage { FILE: src/shared/ipc.ts type WebIpcListenChannels (line 7) | enum WebIpcListenChannels { type MainIpcListenChannels (line 15) | enum MainIpcListenChannels { type IpcResponse (line 38) | interface IpcResponse { FILE: src/shared/node/mysteriumNodeIPC.ts class MysteriumNodeIPC (line 11) | class MysteriumNodeIPC { method start (line 12) | start(): Promise { method stop (line 15) | stop(): Promise { method killGhosts (line 18) | killGhosts(): Promise { method importIdentity (line 21) | importIdentity(opts: ImportIdentityOpts): Promise { method importIdentityChooseFile (line 24) | importIdentityChooseFile(): Promise { method exportIdentity (line 29) | exportIdentity(opts: ExportIdentityOpts): Promise { type ImportIdentityOpts (line 34) | interface ImportIdentityOpts { type ExportIdentityOpts (line 39) | interface ExportIdentityOpts { FILE: src/shared/node/supervisorIPC.ts class SupervisorIPC (line 11) | class SupervisorIPC { method connect (line 12) | async connect(): Promise { method install (line 15) | async install(): Promise { method upgrade (line 18) | async upgrade(): Promise { method disconnect (line 21) | async disconnect(): Promise { FILE: src/shared/push/topics.ts type PushTopic (line 7) | enum PushTopic { FILE: src/typings/libraries.d.ts type ByteSize (line 8) | type ByteSize = { type App (line 30) | interface App { FILE: src/typings/react-table-config.d.ts type TableOptions (line 62) | interface TableOptions type Hooks (line 77) | interface Hooks type TableInstance (line 83) | interface TableInstance type TableState (line 94) | interface TableState type ColumnInterface (line 106) | interface ColumnInterface type ColumnInstance (line 113) | interface ColumnInstance type Cell (line 119) | interface Cell type Row (line 124) | interface Row