View Source Evision.Utils.Nested (Evision v0.1.38)

Summary

Types

t()

Type that represents an Utils.Nested struct.

Functions

testEchoBooleanFunction

Types

@type t() :: %Evision.Utils.Nested{ref: reference()}

Type that represents an Utils.Nested struct.

  • ref. reference()

    The underlying erlang resource variable.

Functions

Link to this function

testEchoBooleanFunction(flag)

View Source
@spec testEchoBooleanFunction(boolean()) :: boolean() | {:error, String.t()}

testEchoBooleanFunction

Positional Arguments
  • flag: bool
Return
  • retval: bool

Python prototype (for reference only):

testEchoBooleanFunction(flag) -> retval