pub fn is_reserved_handle(input_str: &str) -> bool
Expand description

Determines whether a given string is a reserved handle in the current context.

Arguments

  • input_str - A string slice representing the handle to check.

Returns

A boolean value indicating whether the string is a reserved handle (true) or not (false).