MCPcopy Create free account

hub / github.com/KyosukeIshizu1008/berryscode / functions

Functions2,320 in github.com/KyosukeIshizu1008/berryscode

Functionis_valid_system_name_filters_garbage
()
berrycode/src/app/scene_editor/system_graph.rs:888
Methodis_web
Check if running in a web browser
berrycode/src/common/platform.rs:46
Functionkey_binding_display
()
berrycode/src/app/keymap.rs:286
Functionkey_press
(key: egui::Key)
berrycode/src/app/mod.rs:4024
Functionkey_press_alone_is_not_typing
()
berrycode/src/app/mod.rs:4068
Functionkeyframe_time_range_empty
()
berrycode/src/app/scene_editor/dopesheet.rs:762
Functionkeyframe_time_range_works
()
berrycode/src/app/scene_editor/dopesheet.rs:739
Functionkeymap_roundtrip_ron
()
berrycode/src/app/keymap.rs:313
Methodkind
(&self)
berrycode/src/ai/anthropic.rs:44
Methodkind
(&self)
berrycode/src/ai/ollama.rs:35
Methodlabel
(&self)
berrycode/src/ai/mod.rs:94
Methodlabel
(&self)
berrycode/src/app/types.rs:14
Methodlabel
(&self)
berrycode/src/app/scene_editor/shader_graph.rs:34
Methodlabel
(&self)
berrycode/src/app/scene_editor/visual_script.rs:35
Methodlabel
(&self)
berrycode/src/app/scene_editor/terrain.rs:131
Methodlabel
(&self)
berrycode/src/app/scene_editor/play_mode.rs:22
Methodlabel
(&self)
berrycode/src/app/mobile/play_console.rs:27
Methodlabel
surface for future filter UI
berrycode/src/app/mobile/log_relay.rs:30
Methodlabel
(self)
berrycode/src/app/mobile/build_all.rs:70
Methodlabel
(&self)
berrycode/src/agent/mod.rs:96
Functionlandscape_profiles_are_wider_than_tall
()
berrycode/src/app/mod.rs:225
Methodlanguage
(&self)
berrycode/src/buffer.rs:143
Methodlaunch
Launch a program for debugging
berrycode/src/native/dap.rs:293
Methodlaunch_adapter
Launch a debug adapter process
berrycode/src/native/dap.rs:73
Functionlayer_name_to_color_inference
()
berrycode/src/app/model_preview.rs:2252
Functionlegacy_clip_name_migration
()
berrycode/src/app/scene_editor/animator.rs:415
Functionlegacy_save_writes_alongside_rs
()
berrycode/src/app/shortcuts.rs:1221
Methodline_from_snapshot
✅ IntelliJ Pro: Get line from snapshot (for safe concurrent access)
berrycode/src/buffer.rs:223
Functionlinear_decays_linearly
()
berrycode/src/app/audio/spatial.rs:230
Functionlinear_interpolation_mid
()
berrycode/src/app/scene_editor/animation.rs:649
Methodlist_dir
List remote directory
berrycode/src/app/remote_dev.rs:257
Functionlist_project_bscenes_case_insensitive_extension
()
berrycode/src/app/mod.rs:3973
Functionlist_project_bscenes_empty_for_missing_dir
()
berrycode/src/app/mod.rs:3935
Functionlist_project_bscenes_picks_up_every_bscene_sorted
()
berrycode/src/app/mod.rs:3943
Functionlist_project_bscenes_skips_dirs_with_bscene_name
()
berrycode/src/app/mod.rs:3984
Functionlisten_file_changed
Listen for file system changes. File watching is handled by the app's existing notify-based watcher (see app/events.rs). This function is provided for
berrycode/src/native/fs.rs:247
Functionlive_component_value_debug
()
berrycode/src/app/scene_editor/live_sync.rs:144
Methodload
Load settings from file
berrycode/src/settings.rs:72
Methodload
Load a `.tscn` from disk.
berrycode/src/godot_import/scene.rs:92
Methodload
Load the `project.godot` at `<root>/project.godot`.
berrycode/src/godot_import/project.rs:57
Methodload
()
berrycode/src/ai/settings.rs:84
Methodload
(root: &str)
berrycode/src/app/scene_editor/build_settings.rs:219
Functionload_avatar
Load a HumanoidAvatar from a .bavatar file (RON format).
berrycode/src/app/scene_editor/humanoid_avatar.rs:191
Methodload_dxf
Load and parse a DXF file (CAD interchange format). Supports LINE, LWPOLYLINE, POLYLINE, 3DFACE, CIRCLE, ARC. Curves are tessellated at 32 segments.
berrycode/src/app/model_preview.rs:1229
Functionload_dxf_parses_sample_entities
()
berrycode/src/app/model_preview.rs:2124
Functionload_event_registry
(path: &str)
berrycode/src/app/audio/events.rs:168
Methodload_from_disk
Load a cached snapshot from disk. Treats every read / parse failure the same way: return `None` so the caller falls back to a live probe.
berrycode/src/app/mobile/types.rs:45
Methodload_gltf
Load and parse a GLTF/GLB file
berrycode/src/app/model_preview.rs:325
Methodload_ifc
Load and parse an IFC file (Industry Foundation Classes — STEP-21 text encoding) at MVP fidelity: pull `IFCCARTESIANPOINT` records into an `id → (x,y,
berrycode/src/app/model_preview.rs:1453
Functionload_ifc_parses_sample_box
()
berrycode/src/app/model_preview.rs:2204
Methodload_image_texture
Load an image file into an egui texture handle
berrycode/src/app/image_preview.rs:7
Methodload_model_data
Load and parse a 3D model file (GLTF/GLB, OBJ, STL, PLY, DXF, IFC)
berrycode/src/app/model_preview.rs:311
Functionload_music_graph
(path: &str)
berrycode/src/app/audio/music_graph.rs:133
Methodload_obj
Load and parse an OBJ file using tobj
berrycode/src/app/model_preview.rs:615
Methodload_plugins
Load installed plugins
berrycode/src/app/plugin_system.rs:170
Methodload_ply
Load and parse a PLY file (ASCII + binary little-endian) Detects Gaussian Splatting PLY files and parses per-splat color/opacity/scale
berrycode/src/app/model_preview.rs:789
Methodload_recent_projects
Load recent projects from ~/.berrycode/recent_projects.txt
berrycode/src/app/mod.rs:1571
Functionload_returns_default_when_no_file
()
berrycode/src/app/keymap.rs:338
Functionload_returns_none_for_corrupt_file
()
berrycode/src/app/mobile/types.rs:143
Functionload_returns_none_for_missing_file
()
berrycode/src/app/mobile/types.rs:136
Methodload_snippets
Load user snippets into memory
berrycode/src/app/custom_snippets.rs:130
Methodload_stl
Load and parse an STL file (binary + ASCII)
berrycode/src/app/model_preview.rs:685
Functionloads_sample_project_metadata
()
berrycode/src/godot_import/project.rs:128
Functionlod_group_component_roundtrip
()
berrycode/src/app/scene_editor/model.rs:1722
Functionlod_group_empty_levels_default
()
berrycode/src/app/scene_editor/model.rs:1747
Functionlod_group_label
()
berrycode/src/app/scene_editor/model.rs:1758
Functionlod_level_serialize_deserialize
()
berrycode/src/app/scene_editor/model.rs:1710
Functionlog_stream_caps_growth
()
berrycode/src/app/mobile/log_relay.rs:279
Functionlog_stream_classifies_on_push
()
berrycode/src/app/mobile/log_relay.rs:291
Functionlsp_server_drop_kills_uncooperative_child
()
berrycode/src/native/lsp_native.rs:1317
Functionmain
()
berrycode/src/main.rs:10
Functionmain
()
berrycode/src/bin/berrycode-egui.rs:7
Functionmain
()
examples/hello_mobile/src/main.rs:80
Functionmake_bone
(name: &str)
berrycode/src/app/scene_editor/humanoid_avatar.rs:265
Functionmanage_preview_scene
System: Load/unload models based on requested_model_path
berrycode/src/app/preview_3d.rs:140
Methodmat4_mul
Multiply two column-major 4x4 matrices.
berrycode/src/app/asset_browser.rs:1150
Methodmatch_count
(&self)
berrycode/src/search.rs:314
Functionmatches_modifier
Check if a modifier key combination matches
berrycode/src/common/events.rs:212
Functionmax_history_caps_undo_stack
()
berrycode/src/app/scene_editor/history.rs:307
Functionmissing_project_godot_is_an_error
()
berrycode/src/godot_import/project.rs:152
Functionmobile_is_classified
()
berrycode/src/app/scene_editor/build_settings.rs:709
Methodmode_display
(&self)
berrycode/src/app/vim_mode.rs:105
Methodmodel_format_color
Get the color associated with a model format for placeholder rendering.
berrycode/src/app/scene_editor/thumbnail_cache.rs:129
Functionmodular_save_writes_one_rs_no_legacy_alongside
()
berrycode/src/app/shortcuts.rs:1181
Functionmodule_to_pascal_converts
()
berrycode/src/app/scene_editor/codegen.rs:3311
Functionmulti_track_overrides_independently
()
berrycode/src/app/scene_editor/animation.rs:714
Functionmultiple_cameras_not_generated
()
berrycode/src/app/scene_editor/codegen.rs:3687
Methodnative_folder_dialog
Open a native OS folder selection dialog (cross-platform via rfd). Returns the selected folder path, or None if cancelled.
berrycode/src/app/mod.rs:1533
Functionnavmesh_agent_default
()
berrycode/src/app/scene_editor/navmesh.rs:344
Functionnested_prefab_source_preserved_on_save_and_instantiate
()
berrycode/src/app/scene_editor/prefab.rs:244
Methodnew
()
berrycode/src/buffer.rs:29
Methodnew
(line: usize, column: usize)
berrycode/src/types.rs:11
Methodnew
()
berrycode/src/focus_stack.rs:39
Methodnew
(line_number: usize, change_type: ChangeType)
berrycode/src/git.rs:42
Methodnew
()
berrycode/src/syntax.rs:40
Methodnew
()
berrycode/src/tree_sitter_engine.rs:68
Methodnew
(line: usize, start_col: usize, end_col: usize, text: String)
berrycode/src/search.rs:44
Methodnew
(line: usize, column: usize)
berrycode/src/cursor.rs:11
Methodnew
(endpoint: &str)
berrycode/src/bevy_ide/inspector/brp_client.rs:42
Methodnew
(api_key: impl Into<String>)
berrycode/src/ai/anthropic.rs:25
← previousnext →1,701–1,800 of 2,320, ranked by callers