Houdini 20.0 hapi

hapi.getServerEnvVarCount function

Provides the number of environment variables that are in

Note that hapi.getServerEnvVarList should be called directly after this method, otherwise there is the possibility that the environment variable count of the server will have changed by the time that hapi.getServerEnvVarList is called.

Usage

getServerEnvVarCount(session: hapi.Session) → int

Provides the number of environment variables that are in the server environment’s process

session

The session of Houdini you are interacting with. See hapi.Session for more on sessions. Pass None to just use the default in-process session.

Returns env_count as a int.

hapi