unpack = function()

in lib/shenyu/register/zookeeper/zk_proto.lua [133:136]


    unpack = function(self, bytes, start_index)
        self.paths = unpack_strings(strsub(bytes, 21))
        return self
    end