MCPcopy Create free account
hub / github.com/FastLED/FastLED / ContainerRecord

Class ContainerRecord

ci/docker_utils/container_db.py:29–38  ·  view source on GitHub ↗

Container tracking record.

Source from the content-addressed store, hash-verified

27
28@dataclass
29class ContainerRecord:
30 """Container tracking record."""
31
32 container_id: str
33 container_name: str
34 image_name: str
35 owner_pid: int
36 created_at: int
37 config_hash: str = "" # Hash of container configuration (path + params)
38 platform_type: str = "" # Platform family (e.g., "avr", "esp-32s3") for GC
39
40
41class ContainerDatabase:

Callers 5

get_by_nameMethod · 0.85
get_by_idMethod · 0.85
get_allMethod · 0.85
get_by_config_hashMethod · 0.85
get_by_platform_typeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected