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
↓ 1 callers
Function
try_word_boundary_match
Try word boundary matching
berrycode/src/common/fuzzy.rs:109
↓ 1 callers
Function
two_level_scene_source
A self-contained two-level scene useful for exercising tree reconstruction without touching the filesystem.
berrycode/src/godot_import/scene.rs:491
↓ 1 callers
Method
type_label
Short Rust-style label for the inspector (e.g. `"f32"`, `"i64"`).
berrycode/src/app/scene_editor/model.rs:481
↓ 1 callers
Method
undo_description
Description of the command that would be undone next.
berrycode/src/app/scene_editor/history.rs:230
↓ 1 callers
Function
unstage_file
Unstage a file (remove from index but keep working tree changes)
berrycode/src/native/git.rs:235
↓ 1 callers
Method
update_blink
Update cursor blink state
berrycode/src/app/terminal_emulator.rs:1187
↓ 1 callers
Method
update_collab_cursor
Update local cursor position for broadcasting
berrycode/src/app/live_collab.rs:470
↓ 1 callers
Function
update_crate_in_cargo_toml
Rewrite the version string for `crate_name` in `Cargo.toml` to `new_version`. Handles both shorthand (`name = "0.1"`) and table form (`name = { versio
berrycode/src/app/scene_editor/plugin_browser.rs:184
↓ 1 callers
Function
validate_and_reserve
Validate inputs and reserve a history slot for the new generation. Returns the history index to fire the request against, or None if validation failed
berrycode/src/app/oracleberry.rs:253
↓ 1 callers
Function
value_to_string
(v: &rusqlite::types::Value)
berrycode/src/app/database.rs:169
↓ 1 callers
Method
vim_apply_motion
(&mut self, ch: char, n: usize)
berrycode/src/app/vim_mode.rs:862
↓ 1 callers
Method
vim_insert_newline_above
(&mut self)
berrycode/src/app/vim_mode.rs:1097
↓ 1 callers
Method
vim_insert_newline_below
(&mut self)
berrycode/src/app/vim_mode.rs:1070
↓ 1 callers
Method
vim_join_lines
(&mut self, count: usize)
berrycode/src/app/vim_mode.rs:1041
↓ 1 callers
Method
vim_paste_after
(&mut self, n: usize)
berrycode/src/app/vim_mode.rs:933
↓ 1 callers
Method
vim_paste_before
(&mut self, n: usize)
berrycode/src/app/vim_mode.rs:978
↓ 1 callers
Method
vim_replace_char
(&mut self, ch: char)
berrycode/src/app/vim_mode.rs:1017
↓ 1 callers
Method
vim_text_object
Apply a text object operation (iw, i", a(, etc.)
berrycode/src/app/vim_mode.rs:1203
↓ 1 callers
Method
vim_yank_lines
(&mut self, start_line: usize, count: usize)
berrycode/src/app/vim_mode.rs:920
↓ 1 callers
Method
vim_yank_visual_selection
(&mut self)
berrycode/src/app/vim_mode.rs:1127
↓ 1 callers
Method
write_file
Write a remote file
berrycode/src/app/remote_dev.rs:246
↓ 1 callers
Function
write_test_wav
(path: &Path, samples: &[i16], sample_rate: u32)
berrycode/src/app/audio/decode.rs:136
↓ 1 callers
Function
write_wgsl_to_assets
Write the graph's generated WGSL to `<root>/assets/shaders/<name>.wgsl`. The hot-reload watcher (v0.5) is already monitoring `assets/`, so the next fr
berrycode/src/app/scene_editor/shader_graph.rs:225
Function
BUTTON_TEXT
()
berrycode/src/app/mod.rs:552
Function
INPUT_BG
()
berrycode/src/app/mod.rs:561
Function
SETTINGS_BG
()
berrycode/src/app/mod.rs:505
Function
_force_use
(_w: impl Write)
berrycode/src/app/audio/decode.rs:184
Function
aaa_then_backspace_deletes_last_char
()
berrycode/src/app/mod.rs:4191
Function
aabb_overlap_detects_collision
()
berrycode/src/app/scene_editor/physics_sim.rs:323
Function
aabb_overlap_no_collision
()
berrycode/src/app/scene_editor/physics_sim.rs:311
Function
aabb_overlap_push_direction
()
berrycode/src/app/scene_editor/physics_sim.rs:342
Function
add_entity_with_mesh_from_file
()
berrycode/src/app/scene_editor/model.rs:1849
Function
add_field_to_resource_all_types
()
berrycode/src/app/scene_editor/resource_editor.rs:288
Function
add_field_to_resource_f32
()
berrycode/src/app/scene_editor/resource_editor.rs:276
Function
add_field_to_resource_unknown_type_fails
()
berrycode/src/app/scene_editor/resource_editor.rs:298
Function
additional_roots_filter_missing_paths
()
berrycode/src/app/mod.rs:4348
Function
additional_roots_roundtrip_json
()
berrycode/src/app/mod.rs:4338
Function
all_actions_have_labels
()
berrycode/src/app/keymap.rs:330
Function
all_includes_default_first
()
berrycode/src/app/mod.rs:256
Function
alphanumeric_triggers_completion
()
berrycode/src/app/mod.rs:4083
Function
android_activity_with_explicit_package_passes_through
()
berrycode/src/app/mobile/runner.rs:347
Function
android_command_chains_install_start_logcat
()
berrycode/src/app/mobile/runner.rs:329
Function
animator_blend_tree_state_falls_back_to_first_leaf_clip
()
berrycode/src/app/scene_editor/codegen.rs:4223
Function
animator_component_emits_runtime_literal_from_banimator_file
()
berrycode/src/app/scene_editor/codegen.rs:4354
Function
animator_component_with_missing_controller_emits_comment_fallback
()
berrycode/src/app/scene_editor/codegen.rs:4331
Function
animator_evaluator_registered_when_scenes_exist
()
berrycode/src/app/scene_editor/codegen.rs:4306
Function
animator_oncomplete_emits_is_finished_walk
()
berrycode/src/app/scene_editor/codegen.rs:4289
Function
animator_runtime_types_always_emitted_in_mod_rs
()
berrycode/src/app/scene_editor/codegen.rs:4181
Function
apply_preview_clip_change
Apply UI-driven clip changes by transitioning the `AnimationPlayer` to the requested clip with a short cross-fade.
berrycode/src/app/preview_3d.rs:361
Function
apply_scene_clip_changes
( mut commands: Commands, mut state: ResMut<SceneAnimationState>, mut graphs: ResMut<Assets<Animat
berrycode/src/app/scene_editor/skeletal_animation.rs:180
Function
apply_text_edits_empty_keeps_text
()
berrycode/src/app/rename.rs:234
Function
apply_text_edits_multiline_replacement
()
berrycode/src/app/rename.rs:225
Function
apply_text_edits_reverse_order_safe
()
berrycode/src/app/rename.rs:211
Function
apply_text_edits_single_rename
()
berrycode/src/app/rename.rs:202
Method
apply_theme
Apply theme to DOM by setting data-theme attribute on body (WASM only)
berrycode/src/settings.rs:131
Function
approx_eq
(a: [f32; 4], b: [f32; 4], eps: f32)
berrycode/src/app/scene_editor/retargeting.rs:81
Function
astar_no_path_fully_blocked
()
berrycode/src/app/scene_editor/navmesh.rs:333
Function
astar_path_around_obstacle
()
berrycode/src/app/scene_editor/navmesh.rs:316
Function
astar_start_equals_goal
()
berrycode/src/app/scene_editor/navmesh.rs:379
Function
astar_straight_line_path
()
berrycode/src/app/scene_editor/navmesh.rs:305
Function
attach_helper_uses_direct_play_not_transitions
()
berrycode/src/app/scene_editor/codegen.rs:4492
Function
attach_preview_animation_player
When Bevy spawns a GLTF scene that contains animations it inserts an `AnimationPlayer` on the scene root. We catch that the frame it appears, attach o
berrycode/src/app/preview_3d.rs:301
Function
attach_scene_animation_players
( mut commands: Commands, mut state: ResMut<SceneAnimationState>, mut players: Query<(Entity, &mut
berrycode/src/app/scene_editor/skeletal_animation.rs:110
Function
attenuation_at
Compute the attenuation factor for a given distance using the curve. `0.0` = silent, `1.0` = full volume. Surfaced now so the inspector preview ("at 5
berrycode/src/app/audio/spatial.rs:173
Function
attenuation_inside_min_is_full
()
berrycode/src/app/audio/spatial.rs:206
Function
attenuation_outside_max_is_zero
()
berrycode/src/app/audio/spatial.rs:218
Function
auto_detect_basic_names
()
berrycode/src/app/scene_editor/humanoid_avatar.rs:274
Function
auto_detect_mixamo_style
()
berrycode/src/app/scene_editor/humanoid_avatar.rs:312
Function
auto_detect_mixamorig_prefix
()
berrycode/src/app/scene_editor/humanoid_avatar.rs:335
Method
available_fonts
Get available font families
berrycode/src/settings.rs:93
Method
available_models
Get available AI models
berrycode/src/settings.rs:114
Method
available_modes
Get available AI modes
berrycode/src/settings.rs:126
Method
available_themes
Get available color themes
berrycode/src/settings.rs:105
Function
backspace
()
berrycode/src/app/mod.rs:4175
Function
backspace_during_preedit_reaches_egui
()
berrycode/src/app/mod.rs:4236
Function
backspace_frame_drops_preedit
()
berrycode/src/app/mod.rs:4295
Function
bake_empty_scene
()
berrycode/src/app/scene_editor/navmesh.rs:298
Function
bench_ansi_colored_1mib
()
berrycode/src/app/terminal_emulator.rs:1375
Function
bench_long_line_no_newline_256k
()
berrycode/src/app/terminal_emulator.rs:1386
Function
bench_plain_ascii_1mib
()
berrycode/src/app/terminal_emulator.rs:1365
Function
bench_seq_1_10000_crlf
()
berrycode/src/app/terminal_emulator.rs:1354
Function
bench_seq_1_10000_lf
()
berrycode/src/app/terminal_emulator.rs:1344
Function
bench_summary_marker
()
berrycode/src/app/terminal_emulator.rs:1393
Function
berry_ui_system
Main UI update system for Bevy
berrycode/src/app/mod.rs:2910
Function
bevy_018_api_in_generated_code
()
berrycode/src/app/scene_editor/codegen.rs:3710
Function
bezier_at_t0_returns_p0
()
berrycode/src/app/scene_editor/spline.rs:121
Function
bezier_at_t1_returns_p3
()
berrycode/src/app/scene_editor/spline.rs:131
Method
binary_name
(&self)
berrycode/src/agent/native.rs:59
Method
binary_name
(&self)
berrycode/src/agent/claude.rs:59
Method
binary_name
(&self)
berrycode/src/agent/ollama.rs:65
Function
blend_1d_single_child
()
berrycode/src/app/scene_editor/animator.rs:436
Function
blend_1d_three_children
()
berrycode/src/app/scene_editor/animator.rs:501
Function
blend_1d_two_children
()
berrycode/src/app/scene_editor/animator.rs:457
Function
blend_2d_basic
()
berrycode/src/app/scene_editor/animator.rs:545
Function
blocked_start_returns_none
()
berrycode/src/app/scene_editor/navmesh.rs:290
Function
bone_data_roundtrip
()
berrycode/src/app/scene_editor/skeleton.rs:169
Function
bone_depth_works
()
berrycode/src/app/scene_editor/skeleton.rs:222
Function
both_modify_same_entity_creates_conflict
()
berrycode/src/app/scene_editor/scene_merge.rs:294
Method
broadcast_edit
Broadcast a local edit to all collaborators
berrycode/src/app/live_collab.rs:437
Function
bscene_stem_matches_rs_stem_for_modular_save
()
berrycode/src/app/shortcuts.rs:1033
← previous
next →
1,101–1,200 of 2,320, ranked by callers