MCPcopy Create free account
hub / github.com/covscript/covscript / foo_t

Class foo_t

tests/extension.cpp:79–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 CNI_VALUE_V(val_v, cs::numeric, 30)
78
79 class foo_t
80 {
81 public:
82 float test(float c)
83 {
84 std::cout << c << std::endl;
85 return c - 0.5;
86 }
87 };
88
89 CNI_TYPE_EXT(foo, foo_t, foo_t())
90 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected