MCPcopy Create free account
hub / github.com/chigraph/chigraph / setCEnabled

Method setCEnabled

libchigraph/include/chi/GraphModule.hpp:132–132  ·  view source on GitHub ↗

Set if C support is enabled \param newValue true to enable C support, false to disable it

Source from the content-addressed store, hash-verified

130 /// Set if C support is enabled
131 /// \param newValue true to enable C support, false to disable it
132 void setCEnabled(bool newValue) { mCEnabled = true; }
133
134 /// Gets if C support is enabled
135 /// \return true if C support is enabled

Callers 1

jsonToGraphModuleFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected