MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / stat

Class stat

components/finsh/msh.c:750–750  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

748 if (multi == 1)
749 {
750 struct stat buffer = {0};
751 if ((stat(path, &buffer) == 0))
752 {
753 if (S_ISDIR(buffer.st_mode))

Callers 1

msh_auto_complete_pathFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected