MCPcopy Create free account
hub / github.com/WheretIB/nullc / ken

Function ken

tests/TestGeneric.cpp:934–935  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

932\r\n\
933int foo(){ return 5; }\r\n\
934int bar(int x){ return -x; }\r\n\
935int ken(int x, y){ return x + y; }\r\n\
936int joe(int x, y, z){ return x * y + z; }\r\n\
937\r\n\
938auto y = bind_first(bar, 7);\r\n\

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected