inject_store_code is internal use only so hide it from automatically importing not only documentation.
Start the function name with one or two underscores, for example, add/2, and add @doc false. The compiler does not import functions with leading underscores and they hint to anyone reading the code of their intended private usage.
inject_store_code
is internal use only so hide it from automatically importing not only documentation.https://hexdocs.pm/elixir/writing-documentation.html#hiding-internal-modules-and-functions