# File lib/bundler/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb, line 39
      def depth
        current_state = state || Bundler::Molinillo::ResolutionState.empty
        current_state.depth
      end