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

Function static_function_example

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

an example static function @return `0`

Source from the content-addressed store, hash-verified

45/// an example static function
46/// @return `0`
47static int static_function_example() { return 0; }
48
49
50/// an example static function with `auto` return type

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected