MCPcopy Create free account

hub / github.com/KyosukeIshizu1008/berryscode / functions

Functions2,320 in github.com/KyosukeIshizu1008/berryscode

Methodnew
(model: impl Into<String>, messages: Vec<ChatMessage>)
berrycode/src/ai/mod.rs:47
Methodnew
(api_key: impl Into<String>)
berrycode/src/ai/openai.rs:28
Methodnew
(endpoint: impl Into<String>)
berrycode/src/ai/ollama.rs:22
Methodnew
(output_dir: PathBuf)
berrycode/src/app/demo_capture.rs:43
Methodnew
Create new application instance
berrycode/src/app/mod.rs:1888
Methodnew
(file_path: String, content: String)
berrycode/src/app/types.rs:65
Methodnew
(rows: usize, cols: usize)
berrycode/src/app/terminal_emulator.rs:128
Methodnew
(stage: OneClickStageLabel, pair: (Child, Receiver<String>))
berrycode/src/app/mobile_toolchain.rs:111
Methodnew
(cell_size: f32, width: usize, height: usize)
berrycode/src/app/scene_editor/navmesh.rs:20
Methodnew
(timestamp: f64, event_type: impl Into<String>, data: impl Into<String>)
berrycode/src/app/scene_editor/event_monitor.rs:22
Methodnew
()
berrycode/src/app/scene_editor/thumbnail_cache.rs:11
Methodnew
(source: HumanoidAvatar, target: HumanoidAvatar)
berrycode/src/app/scene_editor/retargeting.rs:47
Methodnew
()
berrycode/src/app/scene_editor/history.rs:100
Methodnew
(id: u64, name: String, components: Vec<ComponentData>)
berrycode/src/app/scene_editor/model.rs:1180
Methodnew
(model: SceneModel, label: String)
berrycode/src/app/scene_editor/scene_tabs.rs:16
Methodnew
()
berrycode/src/app/audio/preview.rs:38
Methodnew
(stage: OneClickStage, message: impl Into<String>)
berrycode/src/app/mobile/one_click.rs:75
Methodnew
(cap: usize)
berrycode/src/app/mobile/log_relay.rs:161
Methodnew
(client_x: f64, client_y: f64)
berrycode/src/common/events.rs:26
Methodnew
Create a new FileWatcher. Events can be polled via `try_recv()`.
berrycode/src/native/watcher.rs:30
Methodnew
Create a new NativeLspClient. Returns `(client, diagnostics_rx)` where `diagnostics_rx` receives `publishDiagnostics` notifications from all LSP serv
berrycode/src/native/lsp_native.rs:107
Methodnew
()
berrycode/src/native/terminal.rs:28
Methodnew
(base_url: impl Into<String>)
berrycode/src/native/rest_client.rs:27
Methodnew
(event_tx: mpsc::UnboundedSender<DapEvent>)
berrycode/src/native/dap.rs:62
Methodnew
(settings: AiSettings)
berrycode/src/agent/native.rs:46
Methodnew
(events: mpsc::UnboundedReceiver<AgentEvent>, child: Child)
berrycode/src/agent/mod.rs:190
Methodnew
()
berrycode/src/agent/codex.rs:38
Methodnew
()
berrycode/src/agent/claude.rs:42
Methodnew
(settings: AiSettings)
berrycode/src/agent/ollama.rs:52
Methodnew_native
Subprocess-less variant for the [`native`] backend, which runs its agent loop on the tokio runtime instead of spawning a CLI. Cancellation just drops
berrycode/src/agent/mod.rs:201
Functionnew_scene_flow_writes_bscene_to_disk
()
berrycode/src/app/scene_editor/hierarchy.rs:1679
Functionno_changes_no_conflicts
()
berrycode/src/app/scene_editor/scene_merge.rs:277
Functionno_glb_scene_omits_animation_scaffolding
()
berrycode/src/app/scene_editor/codegen.rs:3744
Functionno_physics_scene_does_not_reference_avian
()
berrycode/src/app/scene_editor/codegen.rs:4465
Functionnode_type_labels
()
berrycode/src/app/scene_editor/visual_script.rs:142
Functionnon_conflicting_changes_auto_merge
()
berrycode/src/app/scene_editor/scene_merge.rs:314
Functionnormal_on_flat_points_up
()
berrycode/src/app/scene_editor/terrain.rs:255
Functionnormalize_strips_block_comments
()
berrycode/src/app/scene_editor/code_import.rs:1004
Functionnormalize_strips_line_comments
()
berrycode/src/app/scene_editor/code_import.rs:995
Methodnotify_change
Notify LSP that a file's content has changed. Sends textDocument/didChange with full content sync (TextDocumentSyncKind::Full). Increments the version
berrycode/src/native/lsp_native.rs:557
Functionnotify_ignored_when_not_watching
()
berrycode/src/app/scene_editor/hot_reload.rs:138
Functionnotify_sets_timer_when_watching
()
berrycode/src/app/scene_editor/hot_reload.rs:130
Functionone_click_installed_starts_unprobed
()
berrycode/src/app/mobile_toolchain.rs:1521
Methodopen_file_auto
Open a file — local or remote depending on connection state
berrycode/src/app/remote_dev.rs:482
Methodopen_remote_dialog
Open remote connection dialog
berrycode/src/app/remote_dev.rs:472
Methodopen_scene_in_new_tab
(&mut self, path: &str)
berrycode/src/app/shortcuts.rs:735
Methodosc_dispatch
(&mut self, params: &[&[u8]], _bell_terminated: bool)
berrycode/src/app/terminal_emulator.rs:842
Functionours_adds_entity
()
berrycode/src/app/scene_editor/scene_merge.rs:284
Methodoutput_count
(&self)
berrycode/src/app/scene_editor/visual_script.rs:63
Functionparse_adb_devices_extracts_state_and_model
()
berrycode/src/app/mobile/probe.rs:524
Functionparse_adb_devices_handles_empty_list
()
berrycode/src/app/mobile/probe.rs:540
Methodparse_get_response
Parse get response into component list (public for testing)
berrycode/src/bevy_ide/inspector/brp_client.rs:334
Functionparse_ifc_cartesian_point_3d_and_2d
()
berrycode/src/app/model_preview.rs:2177
Functionparse_ifc_ref_list_extracts_ids
()
berrycode/src/app/model_preview.rs:2193
Methodparse_list_response
Parse list response into component names (public for testing)
berrycode/src/bevy_ide/inspector/brp_client.rs:347
Functionparse_lsp_location
Parse lsp_types::Location to LspLocation
berrycode/src/app/utils.rs:100
Methodparse_query_response
Parse query response into EntityInfo list (public for testing)
berrycode/src/bevy_ide/inspector/brp_client.rs:312
Functionparse_script_value_hashmap_new
()
berrycode/src/app/scene_editor/code_import.rs:1087
Functionparse_script_value_option
()
berrycode/src/app/scene_editor/code_import.rs:1059
Functionparse_script_value_primitives
()
berrycode/src/app/scene_editor/code_import.rs:1037
Functionparse_script_value_vec
()
berrycode/src/app/scene_editor/code_import.rs:1073
Functionparse_security_find_identity_dedupes_sections
()
berrycode/src/app/mobile/probe.rs:499
Functionparse_security_find_identity_empty
()
berrycode/src/app/mobile/probe.rs:517
Functionparse_simctl_devices_filters_unavailable
()
berrycode/src/app/mobile/probe.rs:456
Methodparse_unified_diff
Parse unified diff format
berrycode/src/git.rs:116
Functionparse_usage
(u: &serde_json::Value)
berrycode/src/agent/codex.rs:260
Functionparse_xcodebuild_sdks_extracts_names
()
berrycode/src/app/mobile/probe.rs:446
Functionparses_sample_scene_into_tree
()
berrycode/src/godot_import/scene.rs:410
Functionpaused_is_active
()
berrycode/src/app/scene_editor/play_mode.rs:104
Functionpick_all_zero_returns_none
()
berrycode/src/app/audio/sfx.rs:242
Functionpick_empty_returns_none
()
berrycode/src/app/audio/sfx.rs:236
Functionpick_respects_weights
()
berrycode/src/app/audio/sfx.rs:213
Functionpick_variation_index
Pick one variation index based on the randomiser's weights. Used by the runtime path once it lands; surfaced here so the inspector can drive a "Test p
berrycode/src/app/audio/sfx.rs:192
Functionplain_value_round_trips_in_quotes
()
berrycode/src/common/shell.rs:40
Methodplan
`POST /plan` — produce a `FilePlan[]` without writing anything. `coder_model` starting with `claude-` routes through the Anthropic API; otherwise it's
berrycode/src/native/rest_client.rs:114
Functionplan_request_keeps_coder_model_when_set
()
berrycode/src/native/rest_client.rs:314
Functionplatform_labels
()
berrycode/src/app/scene_editor/build_settings.rs:783
Functionplayer_controller_emits_super_struct_with_inspector_values
()
berrycode/src/app/scene_editor/codegen.rs:4038
Functionplayer_movement
( keys: Res<ButtonInput<KeyCode>>, time: Res<Time>, mut player_q: Query<(&mut LinearVelocity, &mut
examples/hello_mobile/src/main.rs:178
Functionplayer_settings_default
()
berrycode/src/app/scene_editor/build_settings.rs:675
Functionplaying_is_active
()
berrycode/src/app/scene_editor/play_mode.rs:99
Methodpoll_into
Drain available log lines into `stream`. Non-blocking — call per-frame from the egui pass.
berrycode/src/app/mobile/runner.rs:99
Functionportrait_profiles_are_taller_than_wide
()
berrycode/src/app/mod.rs:207
Functionprecision_six_decimal_places
()
berrycode/src/app/scene_editor/codegen.rs:1963
Functionpreedit
(s: &str)
berrycode/src/app/mod.rs:4018
Functionpreedit_counts_as_typing
()
berrycode/src/app/mod.rs:4046
Functionpreedit_drops_text_keeps_preedit
()
berrycode/src/app/mod.rs:4281
Methodprepare_rename
Prepare rename (check if rename is possible)
berrycode/src/native/lsp_native.rs:1034
Functionprimitives_only_scene_underscores_asset_server
()
berrycode/src/app/scene_editor/codegen.rs:3367
Methodprint
(&mut self, ch: char)
berrycode/src/app/terminal_emulator.rs:592
Functionprocess_alive
(pid: u32)
berrycode/src/native/lsp_native.rs:1302
Functionprocess_texture_resize
()
berrycode/src/app/scene_editor/asset_import.rs:341
Functionprocess_unknown_returns_ok
()
berrycode/src/app/scene_editor/asset_import.rs:378
Functionpropagate_preview_render_layers
Propagate RenderLayers::layer(1) to newly added children of PreviewSceneEntity. GLTF scenes spawn children asynchronously, so we detect them via `Adde
berrycode/src/app/preview_3d.rs:393
Functionpropagate_scene_editor_render_layers
Propagate `RenderLayers::layer(2)` to children of `SceneEditorObject` entities. GLTF scenes loaded via `SceneRoot` spawn their child meshes asynchrono
berrycode/src/app/scene_editor/bevy_render.rs:236
Methodput
(&mut self, _byte: u8)
berrycode/src/app/terminal_emulator.rs:906
Functionquality_labels
()
berrycode/src/app/scene_editor/build_settings.rs:790
Functionquat_identity_gives_zero_euler
()
berrycode/src/app/scene_editor/skeleton.rs:180
Functionquat_mul_identity
()
berrycode/src/app/scene_editor/retargeting.rs:89
Functionquat_mul_inverse_gives_identity
()
berrycode/src/app/scene_editor/retargeting.rs:98
← previousnext →1,801–1,900 of 2,320, ranked by callers