Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KyosukeIshizu1008/berryscode
/ functions
Functions
2,320 in github.com/KyosukeIshizu1008/berryscode
⨍
Functions
2,320
◇
Types & classes
432
Method
new
(model: impl Into<String>, messages: Vec<ChatMessage>)
berrycode/src/ai/mod.rs:47
Method
new
(api_key: impl Into<String>)
berrycode/src/ai/openai.rs:28
Method
new
(endpoint: impl Into<String>)
berrycode/src/ai/ollama.rs:22
Method
new
(output_dir: PathBuf)
berrycode/src/app/demo_capture.rs:43
Method
new
Create new application instance
berrycode/src/app/mod.rs:1888
Method
new
(file_path: String, content: String)
berrycode/src/app/types.rs:65
Method
new
(rows: usize, cols: usize)
berrycode/src/app/terminal_emulator.rs:128
Method
new
(stage: OneClickStageLabel, pair: (Child, Receiver<String>))
berrycode/src/app/mobile_toolchain.rs:111
Method
new
(cell_size: f32, width: usize, height: usize)
berrycode/src/app/scene_editor/navmesh.rs:20
Method
new
(timestamp: f64, event_type: impl Into<String>, data: impl Into<String>)
berrycode/src/app/scene_editor/event_monitor.rs:22
Method
new
()
berrycode/src/app/scene_editor/thumbnail_cache.rs:11
Method
new
(source: HumanoidAvatar, target: HumanoidAvatar)
berrycode/src/app/scene_editor/retargeting.rs:47
Method
new
()
berrycode/src/app/scene_editor/history.rs:100
Method
new
(id: u64, name: String, components: Vec<ComponentData>)
berrycode/src/app/scene_editor/model.rs:1180
Method
new
(model: SceneModel, label: String)
berrycode/src/app/scene_editor/scene_tabs.rs:16
Method
new
()
berrycode/src/app/audio/preview.rs:38
Method
new
(stage: OneClickStage, message: impl Into<String>)
berrycode/src/app/mobile/one_click.rs:75
Method
new
(cap: usize)
berrycode/src/app/mobile/log_relay.rs:161
Method
new
(client_x: f64, client_y: f64)
berrycode/src/common/events.rs:26
Method
new
Create a new FileWatcher. Events can be polled via `try_recv()`.
berrycode/src/native/watcher.rs:30
Method
new
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
Method
new
()
berrycode/src/native/terminal.rs:28
Method
new
(base_url: impl Into<String>)
berrycode/src/native/rest_client.rs:27
Method
new
(event_tx: mpsc::UnboundedSender<DapEvent>)
berrycode/src/native/dap.rs:62
Method
new
(settings: AiSettings)
berrycode/src/agent/native.rs:46
Method
new
(events: mpsc::UnboundedReceiver<AgentEvent>, child: Child)
berrycode/src/agent/mod.rs:190
Method
new
()
berrycode/src/agent/codex.rs:38
Method
new
()
berrycode/src/agent/claude.rs:42
Method
new
(settings: AiSettings)
berrycode/src/agent/ollama.rs:52
Method
new_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
Function
new_scene_flow_writes_bscene_to_disk
()
berrycode/src/app/scene_editor/hierarchy.rs:1679
Function
no_changes_no_conflicts
()
berrycode/src/app/scene_editor/scene_merge.rs:277
Function
no_glb_scene_omits_animation_scaffolding
()
berrycode/src/app/scene_editor/codegen.rs:3744
Function
no_physics_scene_does_not_reference_avian
()
berrycode/src/app/scene_editor/codegen.rs:4465
Function
node_type_labels
()
berrycode/src/app/scene_editor/visual_script.rs:142
Function
non_conflicting_changes_auto_merge
()
berrycode/src/app/scene_editor/scene_merge.rs:314
Function
normal_on_flat_points_up
()
berrycode/src/app/scene_editor/terrain.rs:255
Function
normalize_strips_block_comments
()
berrycode/src/app/scene_editor/code_import.rs:1004
Function
normalize_strips_line_comments
()
berrycode/src/app/scene_editor/code_import.rs:995
Method
notify_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
Function
notify_ignored_when_not_watching
()
berrycode/src/app/scene_editor/hot_reload.rs:138
Function
notify_sets_timer_when_watching
()
berrycode/src/app/scene_editor/hot_reload.rs:130
Function
one_click_installed_starts_unprobed
()
berrycode/src/app/mobile_toolchain.rs:1521
Method
open_file_auto
Open a file — local or remote depending on connection state
berrycode/src/app/remote_dev.rs:482
Method
open_remote_dialog
Open remote connection dialog
berrycode/src/app/remote_dev.rs:472
Method
open_scene_in_new_tab
(&mut self, path: &str)
berrycode/src/app/shortcuts.rs:735
Method
osc_dispatch
(&mut self, params: &[&[u8]], _bell_terminated: bool)
berrycode/src/app/terminal_emulator.rs:842
Function
ours_adds_entity
()
berrycode/src/app/scene_editor/scene_merge.rs:284
Method
output_count
(&self)
berrycode/src/app/scene_editor/visual_script.rs:63
Function
parse_adb_devices_extracts_state_and_model
()
berrycode/src/app/mobile/probe.rs:524
Function
parse_adb_devices_handles_empty_list
()
berrycode/src/app/mobile/probe.rs:540
Method
parse_get_response
Parse get response into component list (public for testing)
berrycode/src/bevy_ide/inspector/brp_client.rs:334
Function
parse_ifc_cartesian_point_3d_and_2d
()
berrycode/src/app/model_preview.rs:2177
Function
parse_ifc_ref_list_extracts_ids
()
berrycode/src/app/model_preview.rs:2193
Method
parse_list_response
Parse list response into component names (public for testing)
berrycode/src/bevy_ide/inspector/brp_client.rs:347
Function
parse_lsp_location
Parse lsp_types::Location to LspLocation
berrycode/src/app/utils.rs:100
Method
parse_query_response
Parse query response into EntityInfo list (public for testing)
berrycode/src/bevy_ide/inspector/brp_client.rs:312
Function
parse_script_value_hashmap_new
()
berrycode/src/app/scene_editor/code_import.rs:1087
Function
parse_script_value_option
()
berrycode/src/app/scene_editor/code_import.rs:1059
Function
parse_script_value_primitives
()
berrycode/src/app/scene_editor/code_import.rs:1037
Function
parse_script_value_vec
()
berrycode/src/app/scene_editor/code_import.rs:1073
Function
parse_security_find_identity_dedupes_sections
()
berrycode/src/app/mobile/probe.rs:499
Function
parse_security_find_identity_empty
()
berrycode/src/app/mobile/probe.rs:517
Function
parse_simctl_devices_filters_unavailable
()
berrycode/src/app/mobile/probe.rs:456
Method
parse_unified_diff
Parse unified diff format
berrycode/src/git.rs:116
Function
parse_usage
(u: &serde_json::Value)
berrycode/src/agent/codex.rs:260
Function
parse_xcodebuild_sdks_extracts_names
()
berrycode/src/app/mobile/probe.rs:446
Function
parses_sample_scene_into_tree
()
berrycode/src/godot_import/scene.rs:410
Function
paused_is_active
()
berrycode/src/app/scene_editor/play_mode.rs:104
Function
pick_all_zero_returns_none
()
berrycode/src/app/audio/sfx.rs:242
Function
pick_empty_returns_none
()
berrycode/src/app/audio/sfx.rs:236
Function
pick_respects_weights
()
berrycode/src/app/audio/sfx.rs:213
Function
pick_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
Function
plain_value_round_trips_in_quotes
()
berrycode/src/common/shell.rs:40
Method
plan
`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
Function
plan_request_keeps_coder_model_when_set
()
berrycode/src/native/rest_client.rs:314
Function
platform_labels
()
berrycode/src/app/scene_editor/build_settings.rs:783
Function
player_controller_emits_super_struct_with_inspector_values
()
berrycode/src/app/scene_editor/codegen.rs:4038
Function
player_movement
( keys: Res<ButtonInput<KeyCode>>, time: Res<Time>, mut player_q: Query<(&mut LinearVelocity, &mut
examples/hello_mobile/src/main.rs:178
Function
player_settings_default
()
berrycode/src/app/scene_editor/build_settings.rs:675
Function
playing_is_active
()
berrycode/src/app/scene_editor/play_mode.rs:99
Method
poll_into
Drain available log lines into `stream`. Non-blocking — call per-frame from the egui pass.
berrycode/src/app/mobile/runner.rs:99
Function
portrait_profiles_are_taller_than_wide
()
berrycode/src/app/mod.rs:207
Function
precision_six_decimal_places
()
berrycode/src/app/scene_editor/codegen.rs:1963
Function
preedit
(s: &str)
berrycode/src/app/mod.rs:4018
Function
preedit_counts_as_typing
()
berrycode/src/app/mod.rs:4046
Function
preedit_drops_text_keeps_preedit
()
berrycode/src/app/mod.rs:4281
Method
prepare_rename
Prepare rename (check if rename is possible)
berrycode/src/native/lsp_native.rs:1034
Function
primitives_only_scene_underscores_asset_server
()
berrycode/src/app/scene_editor/codegen.rs:3367
Method
print
(&mut self, ch: char)
berrycode/src/app/terminal_emulator.rs:592
Function
process_alive
(pid: u32)
berrycode/src/native/lsp_native.rs:1302
Function
process_texture_resize
()
berrycode/src/app/scene_editor/asset_import.rs:341
Function
process_unknown_returns_ok
()
berrycode/src/app/scene_editor/asset_import.rs:378
Function
propagate_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
Function
propagate_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
Method
put
(&mut self, _byte: u8)
berrycode/src/app/terminal_emulator.rs:906
Function
quality_labels
()
berrycode/src/app/scene_editor/build_settings.rs:790
Function
quat_identity_gives_zero_euler
()
berrycode/src/app/scene_editor/skeleton.rs:180
Function
quat_mul_identity
()
berrycode/src/app/scene_editor/retargeting.rs:89
Function
quat_mul_inverse_gives_identity
()
berrycode/src/app/scene_editor/retargeting.rs:98
← previous
next →
1,801–1,900 of 2,320, ranked by callers