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

Method typeFromName

libchigraph/src/GraphModule.cpp:926–932  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

924}
925
926DataType GraphModule::typeFromName(boost::string_view name) {
927 auto func = structFromName(name);
928
929 if (func == nullptr) { return {}; }
930
931 return func->dataType();
932}
933
934std::vector<std::string> GraphModule::nodeTypeNames() const {
935 std::vector<std::string> ret;

Callers

nothing calls this directly

Calls 1

dataTypeMethod · 0.80

Tested by

no test coverage detected