Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/covscript/covscript
/ get_current_dir
Function
get_current_dir
sources/system/common.cpp:195–198 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
193
}
194
195
std::string get_current_dir()
196
{
197
return std::filesystem::current_path().string();
198
}
199
} // namespace file_system
200
} // namespace cs_impl
Callers
1
prepend_import_path
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected