Tests transient state of a scope

ss_scope_istransient is a function defined in ssscope.c.

Synopsis:

htri_t ss_scope_istransient(ss_scope_t *scope)

Formal Arguments:

  • scope: Any open scope.

Description: This function tests whether scope is a transient scope. A scope is transient if it belongs to a transient file.

Return Value: Returns true (positive) if scope is a transient scope; false if scope is a permanent scope; negative on error. It is an error to query a scope which isn’t open.

Parallel Notes: Independent

See Also:

  • Scopes: Introduction for current chapter