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
Function
edit
(line_s: u32, char_s: u32, line_e: u32, char_e: u32, new: &str)
berrycode/src/app/rename.rs:185
Method
edit
`POST /edit` — overwrite a file (or replace a target block) and optionally run `cargo check` / `cargo test`.
berrycode/src/native/rest_client.rs:67
Function
edit_request_omits_target_when_none
()
berrycode/src/native/rest_client.rs:279
Function
editor_font_size_clamps_low_and_high
()
berrycode/src/app/editor.rs:2450
Method
effective_clip_name
Get the effective clip name (from motion or legacy clip_name field).
berrycode/src/app/scene_editor/animator.rs:172
Function
elevated_terrain
()
berrycode/src/app/scene_editor/terrain.rs:247
Function
embedded_single_quote_is_escaped
()
berrycode/src/common/shell.rs:46
Function
empty_frame_is_not_typing
()
berrycode/src/app/mod.rs:4076
Function
empty_grid_has_path
()
berrycode/src/app/scene_editor/navmesh.rs:283
Function
empty_preedit_is_not_typing
()
berrycode/src/app/mod.rs:4062
Function
empty_scene_uses_underscore_prefix_to_avoid_warnings
()
berrycode/src/app/scene_editor/codegen.rs:3414
Function
empty_string_yields_two_quotes
()
berrycode/src/common/shell.rs:53
Function
empty_tracks_returns_base
()
berrycode/src/app/scene_editor/animation.rs:634
Function
enabled_alone_is_stripped
()
berrycode/src/app/mod.rs:4271
Function
ensure_mod_declaration_idempotent
()
berrycode/src/app/scene_editor/codegen.rs:3454
Function
entity_entity_collision
()
berrycode/src/app/scene_editor/physics_sim.rs:359
Function
entity_matches_basic_query
()
berrycode/src/app/scene_editor/query_viz.rs:426
Method
esc_dispatch
(&mut self, intermediates: &[u8], _ignore: bool, byte: u8)
berrycode/src/app/terminal_emulator.rs:854
Function
evaluate_default_gets_color
()
berrycode/src/app/scene_editor/shader_graph.rs:265
Function
evaluate_empty_returns_defaults
()
berrycode/src/app/scene_editor/shader_graph.rs:271
Function
event_entry_creation
()
berrycode/src/app/scene_editor/event_monitor.rs:173
Function
every_label_is_unique
()
berrycode/src/app/mod.rs:264
Function
execute
Execute a shell command (convenience function)
berrycode/src/native/terminal.rs:127
Method
execute
(&mut self, byte: u8)
berrycode/src/app/terminal_emulator.rs:597
Function
execute_build_rejects_visionos_until_v0_9
()
berrycode/src/app/scene_editor/build_settings.rs:725
Function
execute_command
Execute a command synchronously and return output as string Simple wrapper for workflow execution
berrycode/src/native/terminal.rs:109
Method
execute_plugin_command
Execute a plugin command by name. Returns immediately after spawning a worker thread that runs the plugin's `sh` script; the result is collected per-f
berrycode/src/app/plugin_system.rs:180
Function
export_empty_scene
()
berrycode/src/app/scene_editor/bevy_scene_export.rs:94
Function
export_with_light
()
berrycode/src/app/scene_editor/bevy_scene_export.rs:101
Function
export_with_transform
()
berrycode/src/app/scene_editor/bevy_scene_export.rs:117
Function
extract_empty_returns_nothing
()
berrycode/src/app/scene_editor/asset_deps.rs:117
Function
extract_gltf_mesh_data_bounds
()
berrycode/src/app/scene_editor/bevy_sync.rs:1172
Function
extract_gltf_mesh_data_from_fox
()
berrycode/src/app/scene_editor/bevy_sync.rs:1148
Function
extract_gltf_nonexistent_returns_none
()
berrycode/src/app/scene_editor/bevy_sync.rs:1196
Function
extract_simple_path
()
berrycode/src/app/scene_editor/asset_deps.rs:103
Function
extract_texture_path
()
berrycode/src/app/scene_editor/asset_deps.rs:110
Method
file_path
(&self)
berrycode/src/buffer.rs:147
Method
filter_internal_components
Filter out internal Bevy types that don't support reflect
berrycode/src/bevy_ide/inspector/brp_client.rs:471
Function
find_project_root_handles_nonexistent_path
()
berrycode/src/godot_import/mod.rs:87
Function
find_project_root_returns_none_for_non_godot_tree
()
berrycode/src/godot_import/mod.rs:76
Function
find_project_root_returns_self_when_passed_a_godot_root
()
berrycode/src/godot_import/mod.rs:97
Function
find_project_root_walks_up
()
berrycode/src/godot_import/mod.rs:66
Method
find_references
Find all references to a symbol
berrycode/src/tree_sitter_engine.rs:228
Function
flat_terrain_height_zero
()
berrycode/src/app/scene_editor/terrain.rs:241
Method
fmt
(&self, f: &mut std::fmt::Formatter<'_>)
berrycode/src/godot_import/scene.rs:26
Method
fmt
(&self, f: &mut std::fmt::Formatter<'_>)
berrycode/src/godot_import/project.rs:21
Method
fmt
(&self, f: &mut std::fmt::Formatter<'_>)
berrycode/src/app/mobile_toolchain.rs:102
Method
fmt
(&self, f: &mut std::fmt::Formatter<'_>)
berrycode/src/app/mobile/runner.rs:83
Function
follow_camera
( player_q: Query<&Transform, (With<PlayerController>, Without<FollowCamera>)>, mut camera_q: Query<&m
examples/hello_mobile/src/main.rs:280
Method
for_extension
Detect the appropriate settings type from a file extension.
berrycode/src/app/scene_editor/asset_import.rs:50
Function
force_kill_all_sync_terminates_uncooperative_servers
()
berrycode/src/native/lsp_native.rs:1335
Method
format_timestamp
Helper function to format Unix timestamp
berrycode/src/app/git.rs:781
Function
friction_slows_horizontal_movement
()
berrycode/src/app/scene_editor/physics_sim.rs:444
Method
from
(e: std::io::Error)
berrycode/src/godot_import/scene.rs:37
Method
from
(e: std::io::Error)
berrycode/src/godot_import/project.rs:33
Method
from
(ev: web_sys::MouseEvent)
berrycode/src/common/events.rs:67
Method
from_cache_or_default
Build the initial state: prefer the on-disk cache so a cold open is instant. The lazy probe in `render_mobile_toolchain_window` covers the case where
berrycode/src/app/mobile_toolchain.rs:185
Method
from_extension
(ext: &str)
berrycode/src/bevy_ide/assets/scanner.rs:60
Method
from_position
(position: CursorPosition)
berrycode/src/cursor.rs:91
Method
from_str
(text: &str)
berrycode/src/buffer.rs:40
Method
from_str
Parse a scene from raw text. `path` is stored on the result for later reference and doesn't have to exist.
berrycode/src/godot_import/scene.rs:99
Method
from_str
Parse a `project.godot` from raw text. Useful for tests and for callers that already have the contents in memory (e.g. a future virtual filesystem or
berrycode/src/godot_import/project.rs:69
Method
from_str
(s: &str)
berrycode/src/app/run_panel.rs:45
Function
from_str_assembles_tree_without_disk_access
()
berrycode/src/godot_import/scene.rs:507
Function
from_str_drops_orphaned_nodes_silently
()
berrycode/src/godot_import/scene.rs:558
Function
from_str_extracts_multiple_ext_resources
()
berrycode/src/godot_import/scene.rs:620
Function
from_str_format_version_missing_when_no_header
()
berrycode/src/godot_import/scene.rs:654
Function
from_str_handles_no_application_section
()
berrycode/src/godot_import/project.rs:205
Function
from_str_handles_no_root
()
berrycode/src/godot_import/scene.rs:582
Function
from_str_keeps_raw_for_unsurfaced_sections
()
berrycode/src/godot_import/project.rs:188
Function
from_str_parses_application_fields
()
berrycode/src/godot_import/project.rs:177
Function
from_str_preserves_node_properties
()
berrycode/src/godot_import/scene.rs:601
Function
from_str_recovers_format_version
()
berrycode/src/godot_import/scene.rs:640
Function
from_str_resolves_three_level_nesting
()
berrycode/src/godot_import/scene.rs:531
Method
from_touch
Create from TouchEvent (for iOS/Android support) Note: Touch support temporarily disabled for WASM compatibility
berrycode/src/common/events.rs:103
Function
fuzzy_match
Fuzzy matching utilities for command palette, file tree, and symbol search Supports: - Exact match (highest score) - Prefix match - Substring match -
berrycode/src/common/fuzzy.rs:11
Function
generate_code_has_derive_states
()
berrycode/src/app/scene_editor/state_editor.rs:110
Function
generate_empty_components
()
berrycode/src/app/scene_editor/reflect_codegen.rs:86
Function
generate_empty_scene
()
berrycode/src/app/scene_editor/codegen.rs:1804
Function
generate_map_field
()
berrycode/src/app/scene_editor/codegen.rs:1940
Method
generate_model_placeholder
Generate a colored placeholder icon for 3D model files. Each format gets a distinctive color with a simple 3D box shape.
berrycode/src/app/scene_editor/thumbnail_cache.rs:67
Function
generate_multiple_components
()
berrycode/src/app/scene_editor/reflect_codegen.rs:128
Function
generate_option_none_field
()
berrycode/src/app/scene_editor/codegen.rs:1922
Function
generate_option_some_field
()
berrycode/src/app/scene_editor/codegen.rs:1904
Function
generate_resource_code_empty_name_skipped
()
berrycode/src/app/scene_editor/resource_editor.rs:320
Function
generate_resource_code_vec_option_map
()
berrycode/src/app/scene_editor/resource_editor.rs:333
Function
generate_scene_plugin_has_plugin_struct
()
berrycode/src/app/scene_editor/codegen.rs:3318
Function
generate_scene_plugin_with_entities
()
berrycode/src/app/scene_editor/codegen.rs:3339
Function
generate_scene_plugin_with_glb
()
berrycode/src/app/scene_editor/codegen.rs:3437
Function
generate_scene_with_cube
()
berrycode/src/app/scene_editor/codegen.rs:1812
Function
generate_scene_with_custom_script
()
berrycode/src/app/scene_editor/codegen.rs:1833
Function
generate_scene_with_light
()
berrycode/src/app/scene_editor/codegen.rs:1859
Function
generate_scenes_mod_rs_aggregates_plugins
()
berrycode/src/app/scene_editor/codegen.rs:3494
Function
generate_scenes_mod_rs_empty_emits_stub
()
berrycode/src/app/scene_editor/codegen.rs:3519
Method
generate_thumbnail
(ctx: &egui::Context, path: &str)
berrycode/src/app/scene_editor/thumbnail_cache.rs:31
Function
generate_vec_field
()
berrycode/src/app/scene_editor/codegen.rs:1886
Function
generate_with_fields
()
berrycode/src/app/scene_editor/reflect_codegen.rs:105
Function
generate_with_unit_component
()
berrycode/src/app/scene_editor/reflect_codegen.rs:93
Function
get_blame
Get blame information for a file
berrycode/src/native/git.rs:536
Method
get_bool
(&self, name: &str)
examples/hello_mobile/src/main.rs:66
← previous
next →
1,501–1,600 of 2,320, ranked by callers