Skip to content

variant_get_bool: Initial implementation #36

@hengfeiyang

Description

@hengfeiyang

variant_get_bool(VariantArray, path)

Returns a Boolean value from a Variant by path.

Arguments

  • VariantArray -- a list of variant values
  • path -- the variant path string

Returns

  • Boolean (nullable)

Notes

This is a convenience wrapper equivalent to:
variant_get(variant, path, 'Boolean')

Behavior (null/error/casting) should match variant_get with a type hint.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions