Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ stat
Class
stat
Applications/Shell/menu.cpp:115–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
113
strcat(execPath, args[0]);
114
115
struct stat st;
116
int ret = stat(execPath, &st);
117
if(!ret){
118
lemon_spawn(execPath, args.size(), args.data());
Callers
1
Open
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected