MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / GetSharedDataDir

Function GetSharedDataDir

external/sentencepiece/src/util.cc:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41
42namespace {
43std::shared_ptr<const std::string> *GetSharedDataDir() {
44 static auto g_data_dir = std::make_shared<const std::string>(INSTALL_DATADIR);
45 return &g_data_dir;
46}
47} // namespace
48
49std::string GetDataDir() {

Callers 2

GetDataDirFunction · 0.85
SetDataDirFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected