MCPcopy Create free account
hub / github.com/adobe/hyde / binary_function_example

Function binary_function_example

test_files/functions.cpp:23–23  ·  view source on GitHub ↗

an example binary function. @param first the first input @param second the second input @return The sum of the two input parameters.

Source from the content-addressed store, hash-verified

21/// @param second the second input
22/// @return The sum of the two input parameters.
23int binary_function_example(int first, int second) { return 0; }
24
25
26/// an example unary overloaded function

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected