Spectre.Morph.Surface.MountIndex (Spectre v0.3.0)

Copy Markdown View Source

Indexes canonical Skill mounts and derives their parent-to-candidate diff.

Compiled mount identifiers may be atoms while JSON-authored identifiers are strings. This module normalizes existing atom identifiers to strings without ever converting runtime strings into atoms.

Summary

Types

index()

@type index() :: %{optional(mount_id()) => map()}

mount_id()

@type mount_id() :: Spectre.Morph.StableName.t()