View Source SayCheezEx.DataSource.Beam (say_cheez_ex v0.3.6)
Reads information out of the Elixir / Beam environment.
Set into a special module for ease of testing via mocking.
Link to this section Summary
Link to this section Functions
Calls System.build_info()
.
E.g.
%{
build: "1.14.3 (compiled with Erlang/OTP 25)",
date: "2023-01-14T15:30:14Z",
otp_release: "25x",
revision: "6730d66",
version: "1.14.2"
}
Calls :erlang.system_info/1
.