in lib/functions_framework/function.rb [160:165]
def populate_globals globals = nil result = { function_name: name, function_type: type } result.merge! globals if globals result end