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