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

Function nullary_function_example

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

an example nullary function. @return `0`

Source from the content-addressed store, hash-verified

14/// an example nullary function.
15/// @return `0`
16int nullary_function_example() { return 0; }
17
18
19/// an example binary function.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected