Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Grive/grive
/ Path2Str
Function
Path2Str
libgrive/src/util/FileSystem.hh:32–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
// will be removed once people upgrade
31
32
inline std::string Path2Str( const fs::path& p )
33
{
34
return p.string() ;
35
}
36
37
inline std::string Path2Str( const std::string& s )
38
{
Callers
3
FindByPath
Method · 0.85
FromLocal
Method · 0.85
FromLocal
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected