MCPcopy Create free account

hub / github.com/0xSero/Azul / functions

Functions304 in github.com/0xSero/Azul

↓ 69 callersMethodget
(&self, url: &str)
src/search/mod.rs:109
↓ 21 callersMethodnext
(&self)
src/ui/theme.rs:44
↓ 17 callersMethodcurrent_page
Get current page from active tab
src/app.rs:220
↓ 16 callersMethodset_state
(&mut self, state: CompanionState)
src/mascot/mod.rs:50
↓ 13 callersMethodclear
(&mut self)
src/chat/mod.rs:139
↓ 8 callersMethodactive_tab
Get the active tab
src/tabs/mod.rs:228
↓ 8 callersMethodactive_tab_mut
Get the active tab mutably
src/tabs/mod.rs:233
↓ 8 callersFunctioncolor_at
(phase: usize, step: usize)
src/ui/neon.rs:96
↓ 8 callersMethodnavigate
(&mut self)
src/app.rs:845
↓ 7 callersMethodupdate_status
(&mut self)
src/app.rs:1260
↓ 6 callersMethodcount
Get number of tabs
src/tabs/mod.rs:275
↓ 6 callersMethodnew_tab
Create a new tab and return its index
src/tabs/mod.rs:184
↓ 6 callersFunctiontruncate_to_width
(text: &str, max_width: usize)
src/ui/mod.rs:712
↓ 5 callersFunctioncentered_rect
Helper to create a centered rect
src/ui/mod.rs:692
↓ 5 callersFunctionclassify_query
Determine whether the input should be treated as a URL or a search query
src/search/mod.rs:1047
↓ 5 callersMethodcomplete_with_system
(&self, system: &str, user: &str)
src/ai/mod.rs:133
↓ 5 callersMethodrender
Render a list of content lines into styled Lines
src/ui/markdown.rs:45
↓ 5 callersMethodset_scroll_offset
Set scroll offset on active tab
src/app.rs:230
↓ 5 callersMethodview
The main companion - ultra compact, 1-2 chars
src/mascot/mod.rs:160
↓ 4 callersMethodfetch
Standard HTTP fetch (no JavaScript)
src/browser/mod.rs:180
↓ 4 callersMethodrefresh_bookmarks
(&mut self)
src/app.rs:980
↓ 4 callersMethodset_sidebar_selected
Set sidebar selected on active tab
src/app.rs:242
↓ 3 callersMethodadd_bookmark
Add a new bookmark (or update if URL exists)
src/storage/mod.rs:98
↓ 3 callersMethodclose_current_tab
Close current tab
src/tabs/mod.rs:223
↓ 3 callersFunctionextract_ddg_title
Extract title from DDG HTML-formatted result string DDG returns results like "<a href="...">Title</a>Description..."
src/search/mod.rs:342
↓ 3 callersMethodget_api_key
Get the API key for AI features
src/config.rs:221
↓ 3 callersMethodnavigate
Navigate to a URL
src/tabs/mod.rs:82
↓ 3 callersMethodnavigate_internal
(&mut self, add_to_history: bool)
src/app.rs:849
↓ 3 callersMethodnext_tab
Switch to next tab
src/tabs/mod.rs:250
↓ 3 callersMethodprev_tab
Switch to previous tab
src/tabs/mod.rs:257
↓ 3 callersFunctionprint_page
(page: &browser::Page)
src/main.rs:265
↓ 3 callersMethodquit
(&mut self)
src/app.rs:368
↓ 3 callersMethodrefresh_history
(&mut self)
src/app.rs:986
↓ 3 callersMethodremove_bookmark
Remove a bookmark by URL
src/storage/mod.rs:123
↓ 3 callersFunctionrender_content_area
(frame: &mut Frame, area: Rect, app: &App)
src/ui/mod.rs:225
↓ 3 callersFunctionrun_cli_mode
CLI mode - fetch a URL or search query and display results
src/main.rs:216
↓ 3 callersFunctionsend_chat_message_with_tools
( api_key: &str, model: &str, base_url: &str, messages: &[OpenAIChatMessage], include_tool
src/app.rs:1512
↓ 3 callersMethodsidebar_selected
Get sidebar selected from active tab
src/app.rs:237
↓ 3 callersFunctiontest_db
Return both so TempDir stays alive while Database is used
src/storage/mod.rs:319
↓ 3 callersMethodtick
(&mut self)
src/mascot/mod.rs:61
↓ 2 callersMethodadd_assistant_message
(&mut self, content: String)
src/chat/mod.rs:131
↓ 2 callersMethodadd_history
Add a history entry
src/storage/mod.rs:239
↓ 2 callersMethodadd_note
Add a note to memory
src/memory/mod.rs:86
↓ 2 callersMethodadd_system_message
(&mut self)
src/chat/mod.rs:109
↓ 2 callersFunctionextract_xml_content
(xml: &str, tag: &str)
src/search/mod.rs:522
↓ 2 callersMethodfetch_with_js
Fetch a page using headless Chrome for JavaScript rendering
src/browser/mod.rs:91
↓ 2 callersMethodfetch_with_mode
Fetch a page with the specified render mode
src/browser/mod.rs:40
↓ 2 callersMethodget_ai_base_url
Get the AI base URL
src/config.rs:236
↓ 2 callersMethodget_ai_model
Get the AI model to use
src/config.rs:226
↓ 2 callersMethodget_fallback_models
Get fallback models
src/config.rs:231
↓ 2 callersMethodget_tab_mut
Get a tab by index mutably
src/tabs/mod.rs:290
↓ 2 callersMethodgo_back
Go back in history, returns the URL to navigate to
src/tabs/mod.rs:123
↓ 2 callersMethodgo_forward
Go forward in history, returns the URL to navigate to
src/tabs/mod.rs:133
↓ 2 callersMethodgo_to_tab
Go to tab by number (1-9)
src/tabs/mod.rs:268
↓ 2 callersMethodis_bookmarked
Check if a URL is bookmarked
src/storage/mod.rs:133
↓ 2 callersMethodlist_history
List history entries with optional search filter
src/storage/mod.rs:249
↓ 2 callersMethodlist_nodes
List nodes
src/memory/mod.rs:152
↓ 2 callersFunctionlookup_env_non_empty
Look up environment variable from multiple possible keys
src/config.rs:242
↓ 2 callersFunctionmini_splash
()
src/mascot/mod.rs:320
↓ 2 callersMethodname
(&self)
src/ui/theme.rs:20
↓ 2 callersMethodquery
Query the RAG system
src/rag/mod.rs:93
↓ 2 callersMethodrefresh_memory
(&mut self)
src/app.rs:1242
↓ 2 callersFunctionrender_chat_side_panel
Side panel chat - integrates with main content area (consistent Tokyo Night theme)
src/ui/mod.rs:771
↓ 2 callersMethodrender_code_block
Render code block
src/ui/markdown.rs:281
↓ 2 callersMethodrender_inline_spans
Render inline formatting and return spans (for list items etc)
src/ui/markdown.rs:436
↓ 2 callersFunctionresolve_url
Resolve a potentially relative URL against a base URL
src/browser/mod.rs:440
↓ 2 callersFunctionresults_to_page
Convert structured search results into a Page for display
src/search/mod.rs:1077
↓ 2 callersMethodscroll_offset
Get current scroll offset from active tab
src/app.rs:225
↓ 2 callersMethodsearch
(&self, query: &str)
src/search/mod.rs:197
↓ 2 callersMethodsearch_aggregated
Convenience method: search all engines with 5 results each (default aggregated search)
src/search/mod.rs:921
↓ 2 callersMethodsearch_with
(&self, engine: EngineType, query: &str)
src/search/mod.rs:867
↓ 2 callersMethodset_screen_width
Set screen width for boundary checking
src/mascot/mod.rs:108
↓ 2 callersFunctionsplit_list
Split comma/space delimited list into trimmed entries
src/config.rs:254
↓ 2 callersMethodto_page
Convert to a display Page with engine grouping
src/search/mod.rs:936
↓ 1 callersMethodactive_index
Get active tab index
src/tabs/mod.rs:238
↓ 1 callersMethodadd_user_message
(&mut self, content: String)
src/chat/mod.rs:127
↓ 1 callersFunctionbrave_search
Execute Brave Search API call
src/app.rs:1453
↓ 1 callersMethodcan_go_back
Check if we can go back in history
src/tabs/mod.rs:113
↓ 1 callersMethodcan_go_forward
Check if we can go forward in history
src/tabs/mod.rs:118
↓ 1 callersMethodclear_history
Clear all history
src/storage/mod.rs:287
↓ 1 callersMethodclose_tab
Close a tab by index
src/tabs/mod.rs:204
↓ 1 callersMethodcycle_next
Cycle to next theme, returns the new theme name
src/ui/theme.rs:334
↓ 1 callersMethodcycle_prev
Cycle to previous theme, returns the new theme name
src/ui/theme.rs:341
↓ 1 callersFunctiondefault_accent
()
src/config.rs:48
↓ 1 callersFunctiondefault_bg
()
src/config.rs:60
↓ 1 callersFunctiondefault_border
()
src/config.rs:52
↓ 1 callersFunctiondefault_fallback_models
Default fallback models for OpenRouter (free tier)
src/ai/mod.rs:53
↓ 1 callersFunctiondefault_refresh_rate
()
src/config.rs:64
↓ 1 callersFunctiondefault_text
()
src/config.rs:56
↓ 1 callersMethoddisplay_title
Get display title (truncated if too long)
src/tabs/mod.rs:143
↓ 1 callersFunctionexecute_tool_call
Execute a tool call - sends action to app and returns result string
src/app.rs:1582
↓ 1 callersFunctionextract_browser_context
Extract browser context from messages
src/app.rs:1751
↓ 1 callersFunctionextract_pdf_text
Extract text from PDF bytes using pdftotext (poppler-utils)
src/browser/mod.rs:457
↓ 1 callersMethodfocus_next
(&mut self)
src/app.rs:372
↓ 1 callersMethodfocus_previous
(&mut self)
src/app.rs:377
↓ 1 callersFunctionformat_lines
(lines: &[String], max_width: usize)
src/ui/mod.rs:731
↓ 1 callersMethodget_bookmark
Get a bookmark by URL
src/storage/mod.rs:144
↓ 1 callersMethodget_browser_context
(&self)
src/app.rs:1220
↓ 1 callersFunctionget_browser_tools
Get browser tool definitions
src/app.rs:1346
↓ 1 callersMethodhandle_bookmarks_keys
(&mut self, key: KeyEvent)
src/app.rs:768
next →1–100 of 304, ranked by callers