Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ add_1
Function
add_1
recipes/Python/577696_Function_Pipelines/recipe-577696.py:41–42 ·
view source on GitHub ↗
(pipeline, x)
Source
from the content-addressed store, hash-verified
39
40
if
__name__ ==
'__main__'
:
41
def
add_1(pipeline, x):
42
return
pipeline(x + 1)
43
44
def
mul_2(pipeline, x):
45
return
pipeline(x * 2)
Callers
nothing calls this directly
Calls
1
pipeline
Function · 0.85
Tested by
no test coverage detected