MCPcopy Create free account
hub / github.com/OpenArkStudio/ARK / ParseUID

Method ParseUID

src/plugin/utility/src/AFCGUIDModule.cpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57std::string AFCGUIDModule::ParseUID(const AFGUID& id)
58{
59 return uid_generator_->ParseUID(id);
60}
61
62} // namespace ark

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected