Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/covscript/covscript
/ exist
Function
exist
sources/system/common.cpp:119–122 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
117
namespace cs_impl {
118
namespace file_system {
119
bool exist(const std::string &path)
120
{
121
return std::filesystem::exists(path);
122
}
123
124
bool is_file(const std::string &path)
125
{
Callers
3
covscript_main
Function · 0.50
covscript_main
Function · 0.50
mapping
Class · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected