Packages

BEAM-native coding agent substrate for Elixir/OTP projects

Current section

Files

Jump to
vibe lib vibe storage restorable.ex
Raw

lib/vibe/storage/restorable.ex

defprotocol Vibe.Storage.Restorable do
@moduledoc "Restores current storage representation structs into typed Vibe values."
@spec restore(t()) :: term()
def restore(value)
end