Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
426
def
apply_funcs(funcs, data):
427
f = chain(funcs)
428
return
f(data)
429
430
431
def
chain(funcs):
Callers
nothing calls this directly
Calls
2
chain
Function · 0.85
f
Function · 0.85
Tested by
no test coverage detected