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
get_cached_diff
(&self, file_path: &str)
berrycode/src/git.rs:107
Method
get_cached_tokens
🚀 PERFORMANCE: Get cached tokens for a line Returns None if not cached yet
berrycode/src/buffer.rs:177
Method
get_changed_files
Get all files with changes
berrycode/src/git.rs:164
Function
get_commit_diff
Get diff between two commits
berrycode/src/native/git.rs:786
Function
get_current_dir
Get project root directory. Walks up from CWD to find the nearest `.git` directory. Falls back to CWD if no git root is found.
berrycode/src/native/fs.rs:30
Method
get_file_icon_static
(filename: &str)
berrycode/src/app/file_tree.rs:831
Method
get_file_icon_with_color
Get file icon with color based on file extension
berrycode/src/app/file_tree.rs:1187
Function
get_file_info
Get file metadata
berrycode/src/native/fs.rs:137
Method
get_inlay_hints_for_line
( &self, line_idx: usize, )
berrycode/src/app/inlay_hints.rs:92
Method
get_language
(&self)
berrycode/src/syntax.rs:51
Function
get_log
Get commit log
berrycode/src/native/git.rs:365
Method
get_matches
(&self)
berrycode/src/search.rs:310
Method
get_or_create
Get or generate a thumbnail for the given file path. Returns None if the file is not a supported image type or failed to load.
berrycode/src/app/scene_editor/thumbnail_cache.rs:19
Method
get_plugin_commands
Get all registered plugin commands
berrycode/src/app/plugin_system.rs:336
Method
get_remote_cursors
Get remote cursors to render in the editor
berrycode/src/app/live_collab.rs:534
Method
get_selections
Get all selections
berrycode/src/cursor.rs:127
Method
get_stack_frames
(&mut self, thread_id: u64)
berrycode/src/native/dap.rs:351
Method
get_symbols
Get all symbols in file (for autocomplete)
berrycode/src/tree_sitter_engine.rs:259
Function
get_target_triple_all_platforms
()
berrycode/src/app/scene_editor/build_settings.rs:681
Method
get_test_at_line
Get inline test indicators for editor gutter
berrycode/src/app/test_runner.rs:470
Method
get_threads
(&mut self)
berrycode/src/native/dap.rs:331
Method
get_variables
(&mut self, variables_reference: u64)
berrycode/src/native/dap.rs:380
Method
get_working_directory
Get current working directory
berrycode/src/native/terminal.rs:96
Function
glb_codegen_includes_scale_and_rotation
()
berrycode/src/app/scene_editor/codegen.rs:3654
Function
glb_helper_names_are_per_scene_pascal_prefixed
()
berrycode/src/app/scene_editor/codegen.rs:3853
Function
glb_loading_scene_keeps_asset_server_un_prefixed
()
berrycode/src/app/scene_editor/codegen.rs:3394
Function
glb_scene_with_clip_choice_persists_to_codegen
()
berrycode/src/app/scene_editor/codegen.rs:3830
Function
glb_scene_without_clip_choice_emits_clip_none
()
berrycode/src/app/scene_editor/codegen.rs:3780
Function
gradle_emit_emits_manifest_and_build_files
()
berrycode/src/app/mobile/project_emit.rs:247
Function
gravity_moves_down
()
berrycode/src/app/scene_editor/physics_sim.rs:248
Method
gutter_color
Get the gutter color for this change type
berrycode/src/git.rs:16
Method
gutter_indicator
Get the gutter indicator character
berrycode/src/git.rs:25
Method
handle_vim_key
Main Vim key handler — called from editor before normal key processing. Returns true if the key was consumed by Vim.
berrycode/src/app/vim_mode.rs:124
Method
has_active_snippet
Check if snippet session is active
berrycode/src/app/snippets.rs:233
Method
has_changes
(&self)
berrycode/src/git.rs:85
Function
has_modular_structure_false_for_nonexistent
()
berrycode/src/app/scene_editor/codegen.rs:3480
Function
has_modular_structure_true_when_exists
()
berrycode/src/app/scene_editor/codegen.rs:3485
Function
highlight_gdscript_annotation
()
berrycode/src/syntax.rs:1141
Function
highlight_gdscript_comment
()
berrycode/src/syntax.rs:1157
Function
highlight_gdscript_empty_line_produces_no_tokens
()
berrycode/src/syntax.rs:1337
Function
highlight_gdscript_extends_keyword
()
berrycode/src/syntax.rs:1131
Function
highlight_gdscript_func_definition
()
berrycode/src/syntax.rs:1211
Function
highlight_gdscript_number_with_decimal
()
berrycode/src/syntax.rs:1256
Function
highlight_gdscript_screaming_snake_constant
()
berrycode/src/syntax.rs:1167
Function
highlight_gdscript_short_uppercase_word_is_not_constant
()
berrycode/src/syntax.rs:1245
Function
highlight_gdscript_string_literal
()
berrycode/src/syntax.rs:1235
Function
highlight_godot_project_comment
()
berrycode/src/syntax.rs:1201
Function
highlight_godot_semicolon_inside_string_is_not_a_comment
()
berrycode/src/syntax.rs:1310
Function
highlight_tscn_boolean_keywords
()
berrycode/src/syntax.rs:1300
Function
highlight_tscn_constructor_call
()
berrycode/src/syntax.rs:1188
Function
highlight_tscn_ext_resource_call
()
berrycode/src/syntax.rs:1287
Function
highlight_tscn_negative_number
()
berrycode/src/syntax.rs:1271
Function
highlight_tscn_section_header
()
berrycode/src/syntax.rs:1177
Function
highlight_unknown_language_falls_back_to_identifier
()
berrycode/src/syntax.rs:1325
Method
hook
(&mut self, _params: &vte::Params, _intermediates: &[u8], _ignore: bool, _action: char)
berrycode/src/app/terminal_emulator.rs:903
Method
human
(self)
berrycode/src/app/mobile_toolchain.rs:89
Function
humanise_runtime_visionos
()
berrycode/src/app/mobile/probe.rs:475
Function
humanize_age_just_now
()
berrycode/src/app/editor.rs:2423
Function
humanize_age_minutes_hours_days
()
berrycode/src/app/editor.rs:2429
Function
humanize_age_months_years
()
berrycode/src/app/editor.rs:2438
Function
humanize_age_negative_floored_to_zero
()
berrycode/src/app/editor.rs:2445
Method
id
(&self)
berrycode/src/agent/native.rs:55
Method
id
(&self)
berrycode/src/agent/claude.rs:55
Method
id
(&self)
berrycode/src/agent/ollama.rs:61
Function
ignores_struct_without_component_derive
()
berrycode/src/app/scene_editor/script_scan.rs:232
Function
import_empty3d_template
()
berrycode/src/app/scene_editor/code_import.rs:1145
Function
import_empty_scene
()
berrycode/src/app/scene_editor/code_import.rs:816
Function
import_from_rotation_transform
()
berrycode/src/app/scene_editor/code_import.rs:1441
Function
import_scene_root_mesh_from_file
()
berrycode/src/app/scene_editor/code_import.rs:1468
Function
import_walker_template
()
berrycode/src/app/scene_editor/code_import.rs:1095
Function
import_with_comments_in_code
()
berrycode/src/app/scene_editor/code_import.rs:1013
Function
init_rejects_empty_ios_bundle_id
()
berrycode/src/app/mobile/one_click.rs:463
Function
init_skips_when_mobile_toml_exists
()
berrycode/src/app/mobile/one_click.rs:446
Function
injection_payload_becomes_literal
()
berrycode/src/common/shell.rs:60
Method
input_count
(&self)
berrycode/src/app/scene_editor/visual_script.rs:50
Function
instantiate_from_path_sets_root_prefab_source
()
berrycode/src/app/scene_editor/prefab.rs:290
Function
instantiate_twice_does_not_collide
()
berrycode/src/app/scene_editor/prefab.rs:225
Function
int_param
()
berrycode/src/app/scene_editor/animator.rs:586
Method
invalidate
Clear cache for a file (on edit)
berrycode/src/tree_sitter_engine.rs:253
Function
ios_device_command_uses_devicectl
()
berrycode/src/app/mobile/runner.rs:315
Function
ios_sim_command_includes_boot_install_launch
()
berrycode/src/app/mobile/runner.rs:299
Function
iphone_portrait_has_safe_top_for_dynamic_island
()
berrycode/src/app/mod.rs:244
Method
is_android_family
(&self)
berrycode/src/app/scene_editor/build_settings.rs:119
Method
is_apple_mobile
(&self)
berrycode/src/app/scene_editor/build_settings.rs:109
Function
is_bevy_project
Simple check: returns true if bevy appears anywhere in Cargo.toml.
berrycode/src/bevy_ide/detection.rs:45
Method
is_desktop
Check if running as a native desktop app
berrycode/src/common/platform.rs:51
Function
is_game_running_returns_false_when_no_server
()
berrycode/src/app/scene_editor/live_sync.rs:133
Function
is_godot_project_recognises_sample
()
berrycode/src/godot_import/mod.rs:53
Function
is_godot_project_rejects_a_file_path
()
berrycode/src/godot_import/mod.rs:108
Method
is_image_extension
Check if a file extension indicates an image file
berrycode/src/app/file_tree.rs:620
Method
is_image_extension
Returns true if the given file extension is a supported image format.
berrycode/src/app/scene_editor/thumbnail_cache.rs:118
Method
is_mobile
(&self)
berrycode/src/app/scene_editor/build_settings.rs:95
Method
is_mobile
Check if running on a mobile platform
berrycode/src/common/platform.rs:41
Method
is_model_extension
Returns true if the given file extension is a supported 3D model format.
berrycode/src/app/scene_editor/thumbnail_cache.rs:113
Method
is_modified
(&self)
berrycode/src/buffer.rs:135
Method
is_running
(&self)
berrycode/src/app/mobile/runner.rs:119
Method
is_supported_extension
Returns true if the given file extension is any supported thumbnail format (image or 3D model).
berrycode/src/app/scene_editor/thumbnail_cache.rs:124
Function
is_valid_file_path
Common validation utilities Input validation helpers to avoid duplication. Validate file path format
berrycode/src/common/validation.rs:6
Function
is_valid_identifier
Validate identifier (for variable names, etc.)
berrycode/src/common/validation.rs:11
Function
is_valid_position
Validate line and column numbers (must be > 0)
berrycode/src/common/validation.rs:29
← previous
next →
1,601–1,700 of 2,320, ranked by callers