@nevware21/tripwire - v0.1.2
    Preparing search index...

    Function getScopeContext

    • Returns the scope context for the given value, if it is an IAssertInst instance it will return it's context, if it's a IAssertScope it will return the context of the scope, if it's already a context it will return itself. Otherwise it will create a new context with the value.

      Parameters

      • value: any

        The value to get the context for.

      Returns IScopeContext

      • The assocated context or a new context for the value.

      0.1.0