logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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