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
build_and_instantiate_roundtrip
()
berrycode/src/app/scene_editor/prefab.rs:205
Function
build_android_aab
Build an Android App Bundle (`.aab`) via Gradle. Requires the user to have a Gradle wrapper at `<root>/android/gradlew` (created on first save by `gen
berrycode/src/app/mobile/packager.rs:92
Function
build_command_args_contains_target
()
berrycode/src/app/scene_editor/build_settings.rs:764
Function
build_command_args_web
()
berrycode/src/app/scene_editor/build_settings.rs:773
Function
build_command_neutralises_quoted_artifact_path
()
berrycode/src/app/mobile/runner.rs:365
Function
build_ios_ipa
(root: &str, scheme: &str)
berrycode/src/app/mobile/packager.rs:143
Function
build_returns_none_for_missing_id
()
berrycode/src/app/scene_editor/prefab.rs:238
Function
build_settings_default
()
berrycode/src/app/scene_editor/build_settings.rs:668
Function
build_settings_roundtrip
()
berrycode/src/app/scene_editor/build_settings.rs:797
Function
build_system_prompt
(cwd: &Path, extra: Option<&str>)
berrycode/src/agent/ollama.rs:380
Method
cache_path
Path to the on-disk toolchain cache. Returns `None` only when `dirs::config_dir()` itself fails (sandboxed env without HOME) — in that case persistenc
berrycode/src/app/mobile/types.rs:37
Method
cached_count
Returns the number of cached entries.
berrycode/src/app/scene_editor/thumbnail_cache.rs:140
Function
camera_entity_skipped_in_scene_plugin_code
()
berrycode/src/app/scene_editor/codegen.rs:3629
Function
camera_entity_skipped_in_scene_plugin_codegen
()
berrycode/src/app/scene_editor/codegen.rs:3599
Method
cancel_snippet
Cancel snippet session (on Escape)
berrycode/src/app/snippets.rs:238
Function
case_insensitive_search_finds_unicode_match
()
berrycode/src/search.rs:476
Function
case_insensitive_search_handles_byte_length_changing_fold
()
berrycode/src/search.rs:431
Function
case_sensitive_search_handles_multibyte_query
()
berrycode/src/search.rs:499
Method
change_directory
Change working directory for a session
berrycode/src/native/terminal.rs:84
Function
char_triggers_completion
Characters whose insertion should cause a fresh LSP completion request: word chars, plus the four "open a completion" operators (`.`, `:`, `<`, `_`).
berrycode/src/app/mod.rs:2667
Method
chat
`POST /chat` — generic Ollama chat. Returns the assistant's reply as a string. Streaming (`stream: true`) is not yet wired — the editor consumes whole
berrycode/src/native/rest_client.rs:53
Method
chat_models_for
Available chat-tier models per provider, exposed in the Settings dropdown. Names match the provider's API exactly.
berrycode/src/ai/settings.rs:101
Function
chat_request_skips_optional_nulls
()
berrycode/src/native/rest_client.rs:267
Method
check_hover_in_editor
(&mut self, _response: &egui::Response)
berrycode/src/app/lsp.rs:959
Method
check_installed
(&self)
berrycode/src/agent/native.rs:63
Method
check_installed
Best-effort version detection. Returns the trimmed first line of `<binary> --version` stdout, or `None` if the binary isn't installed or fails to laun
berrycode/src/agent/mod.rs:248
Method
check_installed
(&self)
berrycode/src/agent/ollama.rs:69
Function
check_latest_bevy_version
()
berrycode/src/app/scene_editor/bevy_version.rs:25
Function
cjk_chars_trigger_completion
()
berrycode/src/app/mod.rs:4113
Function
clamps_before_first_and_after_last
()
berrycode/src/app/scene_editor/animation.rs:657
Function
classify_adb_logcat_priorities
()
berrycode/src/app/mobile/log_relay.rs:220
Function
classify_apple_unified_log
()
berrycode/src/app/mobile/log_relay.rs:267
Function
classify_does_not_misread_math
()
berrycode/src/app/mobile/log_relay.rs:232
Function
classify_does_not_promote_substring_match
()
berrycode/src/app/mobile/log_relay.rs:258
Function
classify_panic
()
berrycode/src/app/mobile/log_relay.rs:208
Function
classify_runtime_buckets
()
berrycode/src/app/mobile/probe.rs:483
Function
classify_tracing_levels
()
berrycode/src/app/mobile/log_relay.rs:242
Function
cleanup_orphan_scene_rs_removes_both_old_and_new
()
berrycode/src/app/shortcuts.rs:1138
Function
cleanup_orphan_scene_rs_returns_false_when_nothing_to_delete
()
berrycode/src/app/shortcuts.rs:1168
Method
clear_cache
(&mut self)
berrycode/src/git.rs:111
Function
clear_resets_all_fields
()
berrycode/src/app/godot_panel.rs:246
Function
codegen_all_component_types_at_once
()
berrycode/src/app/scene_editor/codegen.rs:2704
Function
codegen_all_components_compile_check
Slow: runs cargo check. Run with: cargo test -p berrycode --lib -- --ignored codegen_all_components_compile_check
berrycode/src/app/scene_editor/codegen.rs:3174
Function
codegen_animation
()
berrycode/src/app/scene_editor/codegen.rs:2303
Function
codegen_animator
()
berrycode/src/app/scene_editor/codegen.rs:2417
Function
codegen_audio_listener
()
berrycode/src/app/scene_editor/codegen.rs:2170
Function
codegen_audio_source
()
berrycode/src/app/scene_editor/codegen.rs:2150
Function
codegen_camera
()
berrycode/src/app/scene_editor/codegen.rs:2141
Function
codegen_collider_box
()
berrycode/src/app/scene_editor/codegen.rs:2192
Function
codegen_collider_capsule
()
berrycode/src/app/scene_editor/codegen.rs:2224
Function
codegen_collider_sphere
()
berrycode/src/app/scene_editor/codegen.rs:2209
Function
codegen_custom_script
()
berrycode/src/app/scene_editor/codegen.rs:2335
Function
codegen_custom_script_complex_types
()
berrycode/src/app/scene_editor/codegen.rs:2371
Function
codegen_custom_script_empty_type_name_skipped
()
berrycode/src/app/scene_editor/codegen.rs:2923
Function
codegen_custom_script_map_field
()
berrycode/src/app/scene_editor/codegen.rs:2946
Function
codegen_custom_script_nested_vec
()
berrycode/src/app/scene_editor/codegen.rs:2968
Function
codegen_directional_light
()
berrycode/src/app/scene_editor/codegen.rs:2124
Function
codegen_disabled_entity_skipped
()
berrycode/src/app/scene_editor/codegen.rs:2673
Function
codegen_does_not_append_scene_suffix
()
berrycode/src/app/shortcuts.rs:1080
Function
codegen_empty_entity_name
()
berrycode/src/app/scene_editor/codegen.rs:2547
Function
codegen_every_variant_produces_output
()
berrycode/src/app/scene_editor/codegen.rs:3066
Function
codegen_identity_transform_no_rotation_or_scale
()
berrycode/src/app/scene_editor/codegen.rs:2990
Function
codegen_lod_group
()
berrycode/src/app/scene_editor/codegen.rs:2474
Function
codegen_many_entities
()
berrycode/src/app/scene_editor/codegen.rs:2601
Function
codegen_mesh_cube
()
berrycode/src/app/scene_editor/codegen.rs:2025
Function
codegen_mesh_from_file
()
berrycode/src/app/scene_editor/codegen.rs:2429
Function
codegen_mesh_plane
()
berrycode/src/app/scene_editor/codegen.rs:2067
Function
codegen_mesh_sphere
()
berrycode/src/app/scene_editor/codegen.rs:2047
Function
codegen_multi_component_entity
()
berrycode/src/app/scene_editor/codegen.rs:2623
Function
codegen_navmesh
()
berrycode/src/app/scene_editor/codegen.rs:2459
Function
codegen_negative_values
()
berrycode/src/app/scene_editor/codegen.rs:2586
Function
codegen_particle_emitter
()
berrycode/src/app/scene_editor/codegen.rs:2282
Function
codegen_point_light
()
berrycode/src/app/scene_editor/codegen.rs:2087
Function
codegen_produces_parseable_rust
()
berrycode/src/app/scene_editor/codegen.rs:3007
Function
codegen_rigidbody
()
berrycode/src/app/scene_editor/codegen.rs:2179
Function
codegen_skinned_mesh
()
berrycode/src/app/scene_editor/codegen.rs:2520
Function
codegen_skybox
()
berrycode/src/app/scene_editor/codegen.rs:2405
Function
codegen_special_chars_in_name
()
berrycode/src/app/scene_editor/codegen.rs:2554
Function
codegen_spline
()
berrycode/src/app/scene_editor/codegen.rs:2495
Function
codegen_spot_light
()
berrycode/src/app/scene_editor/codegen.rs:2103
Function
codegen_terrain
()
berrycode/src/app/scene_editor/codegen.rs:2444
Function
codegen_ui_button
()
berrycode/src/app/scene_editor/codegen.rs:2256
Function
codegen_ui_image
()
berrycode/src/app/scene_editor/codegen.rs:2269
Function
codegen_ui_text
()
berrycode/src/app/scene_editor/codegen.rs:2242
Function
codegen_visual_script
()
berrycode/src/app/scene_editor/codegen.rs:2533
Function
codegen_with_transform
()
berrycode/src/app/scene_editor/codegen.rs:2688
Function
codegen_zero_values
()
berrycode/src/app/scene_editor/codegen.rs:2568
Method
collapsed
(position: CursorPosition)
berrycode/src/cursor.rs:27
Function
collect_all_keyframe_times_deduplicates
()
berrycode/src/app/scene_editor/dopesheet.rs:626
Function
collect_empty_tracks
()
berrycode/src/app/scene_editor/dopesheet.rs:669
Method
collect_model_assets
Recursively collect 3D model files (.glb, .gltf, .obj, .stl, .ply) under `dir`.
berrycode/src/app/scene_editor/hierarchy.rs:1440
Function
collect_model_assets_empty_dir
()
berrycode/src/app/scene_editor/hierarchy.rs:1623
Function
collect_model_assets_finds_glb_and_obj
()
berrycode/src/app/scene_editor/hierarchy.rs:1550
Function
collect_model_assets_nonexistent_dir
()
berrycode/src/app/scene_editor/hierarchy.rs:1632
Function
collect_model_assets_recurses_subdirs
()
berrycode/src/app/scene_editor/hierarchy.rs:1577
Function
collect_model_assets_skips_target_and_hidden
()
berrycode/src/app/scene_editor/hierarchy.rs:1590
Method
collect_prefab_assets
Recursively collect .bprefab files under `dir`.
berrycode/src/app/scene_editor/hierarchy.rs:1465
Function
collect_prefab_assets_finds_bprefab
()
berrycode/src/app/scene_editor/hierarchy.rs:1611
Function
collider_box_emits_avian_cuboid_with_full_extents
()
berrycode/src/app/scene_editor/codegen.rs:3943
Function
collider_capsule_emits_avian_capsule_with_full_length
()
berrycode/src/app/scene_editor/codegen.rs:3984
← previous
next →
1,201–1,300 of 2,320, ranked by callers