Overlay
Object Hierarchy:
Description:
public class Overlay : Object
Manages overlay filesystem creation, mounting, and cleanup for isolating writes during command execution.
Content:
Properties:
- public string overlay_dir { get; }
Base directory for overlay filesystem. Path: ~/.cache/ollmchat/{
overlay-datetime}/ Example: /home/alan/.cache/ollmchat/overlay-20250115-143022/
- public HashMap<string,string> overlay_map { get; }
HashMap mapping overlay subdirectory names to real project root paths.
Key: Subdirectory name (e.g., "overlay1", "overlay2") Value: Real project root path (e.g., "/home/alan/project") Example: "overlay1" -
> "/home/alan/project" "overlay2" -> "/home/alan/other-project"
- public Folder? project { get; set; }
Project folder object (is_project = true), or null for no-project
(create/cleanup no-op).
- public Scan scan { get; }
Scan instance for post-completion overlay scanning. Created in
constructor, run() should be called after command completion.
Creation methods:
Methods:
Inherited Members:
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref