MCPcopy Create free account
hub / github.com/dblalock/bolt / apply_funcs

Function apply_funcs

experiments/python/pyience.py:426–428  ·  view source on GitHub ↗
(funcs, data)

Source from the content-addressed store, hash-verified

424# ------------------------------------------------ other stuff
425
426def apply_funcs(funcs, data):
427 f = chain(funcs)
428 return f(data)
429
430
431def chain(funcs):

Callers

nothing calls this directly

Calls 2

chainFunction · 0.85
fFunction · 0.85

Tested by

no test coverage detected