Method: Puppet::Pops::Lookup::DataHashFunctionProvider.trusted_return_type

Defined in:
lib/puppet/pops/lookup/data_hash_function_provider.rb

.trusted_return_typeObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



14
15
16
# File 'lib/puppet/pops/lookup/data_hash_function_provider.rb', line 14

def self.trusted_return_type
  @trusted_return_type ||= Types::PHashType.new(DataProvider.key_type, DataProvider.value_type)
end