Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/covscript/covscript
/ is_exe
Function
is_exe
sources/system/win32/common.cpp:141–144 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
139
140
namespace file_system {
141
bool is_exe(const std::string &path)
142
{
143
return can_execute(path);
144
}
145
146
bool can_read(const std::string &path)
147
{
Callers
nothing calls this directly
Calls
1
can_execute
Function · 0.70
Tested by
no test coverage detected