Method: Puppet::Pops::Lookup::V4DataHashFunctionProvider#call_data_hash_function

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

#call_data_hash_function(ctx, lookup_invocation, location) ⇒ Object

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.



123
124
125
# File 'lib/puppet/pops/lookup/data_hash_function_provider.rb', line 123

def call_data_hash_function(ctx, lookup_invocation, location)
  ctx.function.call(lookup_invocation.scope)
end