HostKit.CommandAnalysis (host_kit v0.1.0-beta.0)

Copy Markdown View Source

Static command dependency analysis for HostKit resources.

Summary

Functions

provided_commands(resources)

@spec provided_commands([struct()]) :: MapSet.t(String.t())

required_command_refs(arg1)

required_commands(resource)

@spec required_commands(struct()) :: [String.t()]

validate(resources)

@spec validate([struct()]) :: :ok | {:error, HostKit.Diagnostics.t()}