MCPcopy Create free account
hub / github.com/XTXMarkets/ternfs / storageClassByName

Function storageClassByName

cpp/core/Msgs.cpp:83–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81};
82
83uint8_t storageClassByName(const char* name) {
84 return STORAGE_CLASSES_BY_NAME.at(name);
85}
86std::string storageClassName(uint8_t storageClass) {
87 return ALL_STORAGE_CLASS_NAMES.at(storageClass);
88}

Callers 1

defaultDirectoryInfoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected