MCPcopy Create free account
hub / github.com/daniele77/cli / foo

Function foo

examples/complete.cpp:67–67  ·  view source on GitHub ↗

a free function to be used as handler

Source from the content-addressed store, hash-verified

65
66// a free function to be used as handler
67static void foo(std::ostream& out, int x) { out << x << std::endl; }
68
69// a custom struct to be used as a user-defined parameter type
70struct Bar

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected