This file is indexed.

/usr/lib/ruby/vendor_ruby/IceGrid/Locator.rb is in ruby-zeroc-ice 3.5.1-6.4ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
# **********************************************************************
#
# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
#
# This copy of Ice is licensed to you under the terms described in the
# ICE_LICENSE file included in this distribution.
#
# **********************************************************************
#
# Ice version 3.5.1
#
# <auto-generated>
#
# Generated from file `Locator.ice'
#
# Warning: do not edit this file.
#
# </auto-generated>
#

require 'Ice'
require 'Ice/Locator.rb'

module IceGrid

    if not defined?(::IceGrid::T_Registry)
        T_Registry = ::Ice::__declareClass('::IceGrid::Registry')
        T_RegistryPrx = ::Ice::__declareProxy('::IceGrid::Registry')
    end

    if not defined?(::IceGrid::T_Query)
        T_Query = ::Ice::__declareClass('::IceGrid::Query')
        T_QueryPrx = ::Ice::__declareProxy('::IceGrid::Query')
    end

    if not defined?(::IceGrid::Locator_mixin)
        module Locator_mixin
            include ::Ice::Object_mixin

            def ice_ids(current=nil)
                ['::Ice::Locator', '::Ice::Object', '::IceGrid::Locator']
            end

            def ice_id(current=nil)
                '::IceGrid::Locator'
            end

            #
            # Operation signatures.
            #
            # def getLocalRegistry(current=nil)
            # def getLocalQuery(current=nil)

            def inspect
                ::Ice::__stringify(self, T_Locator)
            end
        end
        class Locator
            include Locator_mixin
            
            def Locator.ice_staticId()
                '::IceGrid::Locator'
            end
        end
        module LocatorPrx_mixin
            include ::Ice::LocatorPrx_mixin

            def getLocalRegistry(_ctx=nil)
                Locator_mixin::OP_getLocalRegistry.invoke(self, [], _ctx)
            end

            def getLocalQuery(_ctx=nil)
                Locator_mixin::OP_getLocalQuery.invoke(self, [], _ctx)
            end
        end
        class LocatorPrx < ::Ice::ObjectPrx
            include LocatorPrx_mixin

            def LocatorPrx.checkedCast(proxy, facetOrCtx=nil, _ctx=nil)
                ice_checkedCast(proxy, '::IceGrid::Locator', facetOrCtx, _ctx)
            end

            def LocatorPrx.uncheckedCast(proxy, facet=nil)
                ice_uncheckedCast(proxy, facet)
            end
        end

        if not defined?(::IceGrid::T_Locator)
            T_Locator = ::Ice::__declareClass('::IceGrid::Locator')
            T_LocatorPrx = ::Ice::__declareProxy('::IceGrid::Locator')
        end

        T_Locator.defineClass(Locator, -1, true, false, nil, [::Ice::T_Locator], [])
        Locator_mixin::ICE_TYPE = T_Locator

        T_LocatorPrx.defineProxy(LocatorPrx, T_Locator)
        LocatorPrx::ICE_TYPE = T_LocatorPrx

        Locator_mixin::OP_getLocalRegistry = ::Ice::__defineOperation('getLocalRegistry', ::Ice::OperationMode::Idempotent, ::Ice::OperationMode::Idempotent, false, nil, [], [], [::IceGrid::T_RegistryPrx, false, 0], [])
        Locator_mixin::OP_getLocalQuery = ::Ice::__defineOperation('getLocalQuery', ::Ice::OperationMode::Idempotent, ::Ice::OperationMode::Idempotent, false, nil, [], [], [::IceGrid::T_QueryPrx, false, 0], [])
    end
end