Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nifi-minifi-cpp
/ stat
Class
stat
nanofi/tests/CTailFileChunkTests.cpp:100–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
REQUIRE(pp->ff_list->ff_record->size == 4096);
99
100
struct stat fstat;
101
REQUIRE(stat(pp->ff_list->ff_record->contentLocation, &fstat) == 0);
102
REQUIRE(fstat.st_size == 4096);
103
}
Callers
1
CTailFileChunkTests.cpp
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected