Sha256: cb7bc8f09c6359ef51ff61b6ef95880d38f112735164cc24f6f77e221a5df96e
Contents?: true
Size: 445 Bytes
Versions: 7
Compression:
Stored size: 445 Bytes
Contents
/// /// Get single value from key in instance map based on $selector::$key /// /// @access private /// /// @param {String} $key - breakpoint key to pass to instance method /// @param {ArgList} $values - list of keys to fetch value from /// /// @return {*} /// /// @group Internal Functions /// @function flint-get-instance-value($key, $values...) { @return flint-map-fetch($flint__instances, flint-has-family-instance($key), $values...); }
Version data entries
7 entries across 7 versions & 1 rubygems