Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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