Mix.SCM.format_lock

You're seeing just the callback format_lock, go back to Mix.SCM module for more information.

Specs

format_lock(opts()) :: String.t() | nil

Returns a string representing the SCM. This is used when printing the dependency and not for inspection, so the amount of information should be concise and easy to spot.

If nil is returned, it means no lock information is available.