logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

function::env_var - Fetch environment variable from current process

Arguments

name
           Name of the environment variable to fetch

Description

       Returns the contents of the specified environment value for the current process. If the variable isn't
       set an empty string is returned.

Name

       function::env_var - Fetch environment variable from current process

See Also

tapset::context-envvar(3stap)

SystemTap Tapset Reference                         April 2024                           FUNCTION::ENV_VAR(3stap)

Synopsis

           env_var:string(name:string)

See Also