MCPcopy Create free account
hub / github.com/graphql-python/graphene / crunch

Function crunch

graphene/utils/crunch.py:30–35  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

28
29
30def crunch(data):
31 index = {}
32 values = []
33
34 flatten(data, index, values)
35 return values

Callers 1

test_crunchFunction · 0.90

Calls 1

flattenFunction · 0.85

Tested by 1

test_crunchFunction · 0.72