Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Roy3838/Observer
/ functions
Functions
1,954 in github.com/Roy3838/Observer
⨍
Functions
1,954
◇
Types & classes
422
↳
Endpoints
41
Method
getCommittedText
()
app/src/utils/whisper/TranscriptionSubscriber.ts:75
Method
getContextParams
()
app/src/utils/localLlm/NativeLlmManager.ts:884
Method
getCurrentConfig
()
app/src/utils/whisper/WhisperModelManager.ts:352
Method
getDebugState
* Get detailed debug state from the native LLM engine * Useful for debugging when logs aren't accessible
app/src/utils/localLlm/NativeLlmManager.ts:773
Method
getDurationMs
* Get current buffer duration in milliseconds
app/src/utils/audio/pcmUtils.ts:177
Method
getDurationSeconds
* Get total duration captured in seconds
app/src/utils/audio/PCMAudioCapture.ts:168
Method
getError
()
app/src/utils/localLlm/GemmaModelManager.ts:240
Method
getError
()
app/src/utils/localLlm/LocalModelManager.ts:19
Method
getError
()
app/src/utils/localLlm/NativeLlmManager.ts:687
Method
getError
()
app/src/utils/whisper/WhisperModelManager.ts:348
Method
getFrame
app/plugins/screen-capture/android/src/main/java/com/plugin/screencapture/ScreenCapturePlugin.kt:92
Function
getFunctionDescription
(funcName: string)
app/src/utils/code_sanitizer.ts:88
Function
getGemmaManager
()
app/src/utils/localLlm/LocalModelManager.ts:68
Function
getImageMemory
(agentId: string)
app/src/utils/handlers/utils.ts:97
Function
getInitialState
()
app/src/utils/pullModelManager.ts:150
Method
getInstance
()
app/src/utils/localLlm/GemmaModelManager.ts:41
Method
getInstance
()
app/src/utils/whisper/WhisperModelManager.ts:26
Method
getInterimText
()
app/src/utils/whisper/TranscriptionSubscriber.ts:80
Function
getLanguageInfo
(languageCode: LanguageCode)
app/src/config/whisper-models.ts:155
Method
getLastToolsForAgent
(agentId: string, limit: number = 3)
app/src/utils/IterationStore.ts:403
Method
getLatestAudioData
* Get the latest audio data directly. * Returns raw PCM audio data (base64-encoded f32 samples).
app/src/utils/tauriStreamCapture.ts:454
Method
getLoadedFilename
()
app/src/utils/localLlm/NativeLlmManager.ts:695
Method
getLoadedMmprojFilename
()
app/src/utils/localLlm/NativeLlmManager.ts:696
Method
getLoadedModelName
* Get display name for the loaded model
app/src/utils/localLlm/NativeLlmManager.ts:701
Method
getLogs
* Get all stored logs
app/src/utils/logging.ts:104
Method
getMasterStreamsForPseudoStream
* Map pseudo-stream type to required master streams (browser-specific logic) * In browser, screenAudio requires the display stream (can't be captur
app/src/utils/browserStreamCapture.ts:324
Function
getMemory
(agentId: string)
app/src/utils/handlers/utils.ts:74
Method
getMode
()
app/src/utils/whisper/UnifiedTranscriptionService.ts:504
Method
getModelParams
(modelName: string)
app/src/utils/inferenceConfigStore.ts:8
Function
getNativeManager
()
app/src/utils/localLlm/LocalModelManager.ts:79
Method
getPreferredCameraDevice
Get the stored preferred camera device ID from localStorage
app/src/utils/streamManager.ts:285
Method
getSampleCount
* Get total number of samples in buffer
app/src/utils/audio/pcmUtils.ts:184
Method
getSampleCount
* Get total samples captured so far
app/src/utils/audio/PCMAudioCapture.ts:161
Method
getState
()
app/src/utils/recordingManager.ts:255
Method
getStateColor
()
app/src/utils/streamManager.ts:798
Method
getStatus
* Unified status + frame query - the single source of truth for broadcast state. * Returns broadcast state and the latest frame in one call. * W
app/src/utils/tauriStreamCapture.ts:1395
Method
getStreams
* Get current streams
app/src/utils/browserStreamCapture.ts:300
Function
getTool
(name: string)
app/src/mcp/registry.ts:767
Method
getUseGpu
* Get whether GPU acceleration is enabled
app/src/utils/localLlm/NativeLlmManager.ts:849
Function
get_admin_access
Dependency that checks for a valid admin API key in the X-Admin-Key header.
api/admin_auth.py:14
Function
get_agent
(agent_id: str)
api/marketplace.py:117
Function
get_agent_statistics
()
api/marketplace.py:174
Function
get_agents_by_author
(author_id: str)
api/marketplace.py:229
Function
get_all_metrics
(Admin) Returns all conversation metrics including response times, models used, and error rates. Requires a valid X-Admin-Key header.
api/compute.py:321
Function
get_all_usage
(Admin) Returns a snapshot of the current in-memory usage database. Requires a valid X-Admin-Key header.
api/tools_router.py:61
Method
get_app_group_path
Get the App Group container path for iOS
app/mobile/src/video_frame.rs:72
Method
get_app_group_path
Get the App Group container path for iOS On iOS, we use the path set by Swift via set_app_group_path() Falls back to scanning standard iOS App Group l
app/mobile/src/audio_ring.rs:240
Function
get_app_group_path_cmd
( app: tauri::AppHandle<R>, )
app/plugins/screen-capture/src/lib.rs:136
Function
get_apple_subscription_status
Get the current user's Apple subscription status from their Auth0 metadata. This is a quick check that doesn't query Apple - it returns the
api/apple_payments.py:597
Function
get_broadcast_status
()
app/desktop/src/lib.rs:181
Function
get_broadcast_status
Get broadcast status
app/plugins/screen-capture/src/desktop.rs:102
Function
get_broadcast_status
Get broadcast status
app/plugins/screen-capture/src/macos.rs:318
Function
get_broadcast_status
( state: State<'_, ServerState> )
app/mobile/src/lib.rs:75
Function
get_capture_targets
Get all available capture targets
app/plugins/screen-capture/src/desktop.rs:117
Function
get_capture_targets_cmd
( _app: tauri::AppHandle<R>, include_thumbnails: Option<bool>, )
app/plugins/screen-capture/src/lib.rs:244
Function
get_commands_handler
GET /commands - Returns pending commands and clears completed ones
app/desktop/src/commands.rs:26
Function
get_current_user
A FastAPI dependency that validates the Authorization token, and returns an AuthenticatedUser object with the user's ID and pro status. R
api/auth.py:38
Function
get_frame_cmd
( app: tauri::AppHandle<R>, )
app/plugins/screen-capture/src/lib.rs:124
Function
get_memory_info
()
app/desktop/src/lib.rs:1086
Function
get_memory_info
()
app/mobile/src/lib.rs:971
Function
get_ollama_url
(settings: State<'_, AppSettings>)
app/desktop/src/lib.rs:120
Function
get_ollama_url
( settings: State<'_, AppSettings>, )
app/mobile/src/lib.rs:67
Function
get_overlay_messages
( overlay_state: State<'_, OverlayState>, )
app/desktop/src/lib.rs:187
Function
get_registered_shortcuts
( shortcut_state: State<'_, UnifiedShortcutState>, )
app/desktop/src/shortcuts.rs:105
Function
get_server_url
(server_url: State<Mutex<ServerUrl>>)
app/desktop/src/lib.rs:1175
Function
get_shortcut_config
( shortcut_state: State<'_, UnifiedShortcutState>, )
app/desktop/src/shortcuts.rs:97
Function
get_status
Public endpoint showing model availability and hourly uptime statistics. Returns success rates for each model over the last 24 hours. No
api/compute.py:329
Function
get_user_app_metadata
Fetches a user's app_metadata from Auth0. Args: user_id: Auth0 user ID Returns: app_metadata dict or empty dict if not
api/auth0_manager.py:301
Function
h1
({ children })
app/src/components/AgentCard/ActiveAgentView.tsx:222
Function
h2
({ children })
app/src/components/AgentCard/ActiveAgentView.tsx:225
Function
h3
({ children })
app/src/components/AgentCard/ActiveAgentView.tsx:228
Function
handleAIEditClick
(agentId: string)
app/src/web/App.tsx:375
Function
handleAbort
()
app/src/components/AICreator/DetectionMode/DetectionModePanel.tsx:372
Function
handleActivityClick
(agentId: string)
app/src/web/App.tsx:369
Function
handleAddAgentClick
()
app/src/web/App.tsx:340
Function
handleAddCustomServer
(address: string)
app/src/components/AppHeader.tsx:399
Function
handleAddImageToCategory
(image: ClassifiedImage, categoryId: string)
app/src/components/AICreator/DetectionMode/DetectionModePanel.tsx:199
Function
handleAddServer
()
app/src/components/ModelHub.tsx:464
Function
handleAgentBadgeClick
(agentId: string)
app/src/components/AICreator/MultiAgentCreator.tsx:731
Function
handleAgentRuntimeError
(event: CustomEvent<{ agentId: string; error: string }>)
app/src/web/App.tsx:297
Function
handleAgentStatusChange
(event: CustomEvent)
app/src/web/App.tsx:256
Function
handleApplyChanges
()
app/src/components/SharingPermissionsModal.tsx:239
Function
handleApproval
(approved: boolean)
app/src/components/AICreator/MCP.tsx:575
Function
handleBack
()
app/src/components/EditAgent/SimpleCreatorModal.tsx:448
Function
handleBackToList
()
app/src/components/AgentCard/AgentLogViewer.tsx:269
Function
handleBackdropClick
(e: React.MouseEvent)
app/src/components/AgentCard/AgentActivityModal.tsx:45
Function
handleBackdropMouseDown
(e: React.MouseEvent)
app/src/components/EditAgent/Modal.tsx:37
Function
handleBlur
()
app/src/components/AICreator/AgentAutocompleteInput.tsx:121
Function
handleCancel
()
app/src/desktop/ScreenSelectorWindow.tsx:115
Function
handleCancelCamera
()
app/src/components/MediaUploadMessage.tsx:175
Function
handleCancelDelete
()
app/src/components/AccountModal.tsx:43
Function
handleCancelLoad
()
app/src/components/AgentCard/StaticAgentView.tsx:175
Function
handleCancelNativeDownload
()
app/src/components/ModelHub.tsx:380
Function
handleCancelPull
()
app/src/components/ModelHub.tsx:378
Function
handleCardClick
(call: ToolCall)
app/src/components/AgentCard/ToolsModal.tsx:1059
Function
handleChangeDetection
(event: CustomEvent)
app/src/components/AgentCard/ActiveAgentView.tsx:413
Function
handleCheckCustomServer
(address: string)
app/src/components/AppHeader.tsx:417
Function
handleCheckout
()
app/src/components/ObServerTab.tsx:71
Function
handleCheckout
()
app/src/components/UpgradeModal.tsx:140
Function
handleChunkDurationChange
(e: React.ChangeEvent<HTMLInputElement>)
app/src/components/SettingsTab.tsx:380
← previous
next →
1,301–1,400 of 1,954, ranked by callers