2
Methods
1
Implementations
0
Required By
01

Methods

  • get
    [T](key: FacetKey, payload_type: type[T]) -> T | None
    Read a facet by key, deserializing to the given type
  • exists
    (key: FacetKey) -> bool
    Check if a facet exists without deserializing
02

Implementations

  • InMemoryFacetStore
    from facets
    In-memory facet storage for testing
03

Required By

Not required by any components