MCPcopy Create free account
hub / github.com/scottrogowski/code2flow / factory

Function factory

tests/test_code/py/weird_calls/weird_calls.py:27–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25
26
27def factory():
28 return lambda x: x**x
29
30
31factory()(5)

Callers 2

moment.jsFile · 0.85
weird_calls.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected