Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0xShug0/audio.cpp
/ GetDataDir
Function
GetDataDir
external/sentencepiece/src/util.cc:49–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
} // namespace
48
49
std::string GetDataDir() {
50
auto shared_data_dir = std::atomic_load(GetSharedDataDir());
51
return *shared_data_dir;
52
}
53
54
void SetDataDir(absl::string_view data_dir) {
55
auto shared_data_dir =
Callers
2
GetPrecompiledCharsMap
Method · 0.85
TEST
Function · 0.85
Calls
2
atomic_load
Function · 0.85
GetSharedDataDir
Function · 0.85
Tested by
1
TEST
Function · 0.68